Class ListMalwareProtectionPlansRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.guardduty.transform.ListMalwareProtectionPlansRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListMalwareProtectionPlansRequest>
@Generated("software.amazon.awssdk:codegen")
public class ListMalwareProtectionPlansRequestMarshaller
extends Object
implements Marshaller<ListMalwareProtectionPlansRequest>
ListMalwareProtectionPlansRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionListMalwareProtectionPlansRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(ListMalwareProtectionPlansRequest listMalwareProtectionPlansRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
ListMalwareProtectionPlansRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(ListMalwareProtectionPlansRequest listMalwareProtectionPlansRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListMalwareProtectionPlansRequest>
- Parameters:
listMalwareProtectionPlansRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-