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