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