Class PutTableBucketPolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3tables.transform.PutTableBucketPolicyRequestMarshaller
- All Implemented Interfaces:
Marshaller<PutTableBucketPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<PutTableBucketPolicyRequest>
- Parameters:
putTableBucketPolicyRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-