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