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