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