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