Class SearchFlowsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.quicksight.transform.SearchFlowsRequestMarshaller
- All Implemented Interfaces:
Marshaller<SearchFlowsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<SearchFlowsRequest>- Parameters:
searchFlowsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-