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