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