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