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