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