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