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