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