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