Class DescribeReplicationTableStatisticsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.databasemigration.transform.DescribeReplicationTableStatisticsRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeReplicationTableStatisticsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DescribeReplicationTableStatisticsRequest>
- Parameters:
describeReplicationTableStatisticsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-