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