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