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