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