7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSightRequest.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/SearchFlowsFilter.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename FiltersT = Aws::Vector<SearchFlowsFilter>>
61 m_filtersHasBeenSet =
true;
62 m_filters = std::forward<FiltersT>(value);
64 template <
typename FiltersT = Aws::Vector<SearchFlowsFilter>>
69 template <
typename FiltersT = SearchFlowsFilter>
71 m_filtersHasBeenSet =
true;
72 m_filters.emplace_back(std::forward<FiltersT>(value));
84 template <
typename NextTokenT = Aws::String>
86 m_nextTokenHasBeenSet =
true;
87 m_nextToken = std::forward<NextTokenT>(value);
89 template <
typename NextTokenT = Aws::String>
103 m_maxResultsHasBeenSet =
true;
104 m_maxResults = value;
119 bool m_awsAccountIdHasBeenSet =
false;
120 bool m_filtersHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
122 bool m_maxResultsHasBeenSet =
false;
SearchFlowsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
AWS_QUICKSIGHT_API SearchFlowsRequest()=default
virtual const char * GetServiceRequestName() const override
SearchFlowsRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
SearchFlowsRequest & WithMaxResults(int value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetNextToken(NextTokenT &&value)
SearchFlowsRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
const Aws::String & GetAwsAccountId() const
bool FiltersHasBeenSet() const
const Aws::Vector< SearchFlowsFilter > & GetFilters() const
bool NextTokenHasBeenSet() const
void SetFilters(FiltersT &&value)
bool AwsAccountIdHasBeenSet() const
SearchFlowsRequest & WithFilters(FiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector