7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/AnalysisSearchFilter.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename FiltersT = Aws::Vector<AnalysisSearchFilter>>
58 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
59 template<
typename FiltersT = Aws::Vector<AnalysisSearchFilter>>
61 template<
typename FiltersT = AnalysisSearchFilter>
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 bool m_awsAccountIdHasBeenSet =
false;
92 bool m_filtersHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
SearchAnalysesRequest & WithFilters(FiltersT &&value)
const Aws::Vector< AnalysisSearchFilter > & GetFilters() const
bool FiltersHasBeenSet() const
AWS_QUICKSIGHT_API SearchAnalysesRequest()=default
SearchAnalysesRequest & AddFilters(FiltersT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
SearchAnalysesRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
SearchAnalysesRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
const Aws::String & GetAwsAccountId() const
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
void SetFilters(FiltersT &&value)
SearchAnalysesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector