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