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