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