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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<SearchContactFlowsRequest>
- Parameters:
searchContactFlowsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-