Class UpdateBucketMetadataInventoryTableConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3.transform.UpdateBucketMetadataInventoryTableConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateBucketMetadataInventoryTableConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateBucketMetadataInventoryTableConfigurationRequest>- Parameters:
updateBucketMetadataInventoryTableConfigurationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-