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