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