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