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