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