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/DataSetSearchFilter.h>
39 template <
typename AwsAccountIdT = Aws::String>
41 m_awsAccountIdHasBeenSet =
true;
42 m_awsAccountId = std::forward<AwsAccountIdT>(value);
44 template <
typename AwsAccountIdT = Aws::String>
57 template <
typename FiltersT = Aws::Vector<DataSetSearchFilter>>
59 m_filtersHasBeenSet =
true;
60 m_filters = std::forward<FiltersT>(value);
62 template <
typename FiltersT = Aws::Vector<DataSetSearchFilter>>
67 template <
typename FiltersT = DataSetSearchFilter>
69 m_filtersHasBeenSet =
true;
70 m_filters.emplace_back(std::forward<FiltersT>(value));
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
100 m_maxResultsHasBeenSet =
true;
101 m_maxResults = value;
116 bool m_awsAccountIdHasBeenSet =
false;
117 bool m_filtersHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
119 bool m_maxResultsHasBeenSet =
false;
SearchDataSetsRequest & WithFilters(FiltersT &&value)
SearchDataSetsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API SearchDataSetsRequest()=default
const Aws::String & GetNextToken() const
SearchDataSetsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
SearchDataSetsRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetFilters(FiltersT &&value)
const Aws::Vector< DataSetSearchFilter > & GetFilters() const
virtual const char * GetServiceRequestName() const override
SearchDataSetsRequest & AddFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
bool FiltersHasBeenSet() const
const Aws::String & GetAwsAccountId() const
void SetMaxResults(int value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector