Class DeleteMigrationProjectRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.databasemigration.transform.DeleteMigrationProjectRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteMigrationProjectRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteMigrationProjectRequestMarshaller
extends Object
implements Marshaller<DeleteMigrationProjectRequest>
DeleteMigrationProjectRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteMigrationProjectRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteMigrationProjectRequest deleteMigrationProjectRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteMigrationProjectRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteMigrationProjectRequest>
- Parameters:
- deleteMigrationProjectRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-