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