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