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