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