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