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