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