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