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