Class DescribeDataMigrationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.databasemigration.transform.DescribeDataMigrationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeDataMigrationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeDataMigrationsRequestMarshaller
extends Object
implements Marshaller<DescribeDataMigrationsRequest>
DescribeDataMigrationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeDataMigrationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeDataMigrationsRequest describeDataMigrationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeDataMigrationsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeDataMigrationsRequest>
- Parameters:
- describeDataMigrationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-