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