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