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