Class PutTableBucketPolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3tables.transform.PutTableBucketPolicyRequestMarshaller
- All Implemented Interfaces:
Marshaller<PutTableBucketPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class PutTableBucketPolicyRequestMarshaller
extends Object
implements Marshaller<PutTableBucketPolicyRequest>
PutTableBucketPolicyRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionPutTableBucketPolicyRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(PutTableBucketPolicyRequest putTableBucketPolicyRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
PutTableBucketPolicyRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<PutTableBucketPolicyRequest>- Parameters:
putTableBucketPolicyRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-