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