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