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