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/DataSetSearchFilter.h>
43 template<
typename AwsAccountIdT = Aws::String>
44 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
45 template<
typename AwsAccountIdT = Aws::String>
55 template<
typename FiltersT = Aws::Vector<DataSetSearchFilter>>
56 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
57 template<
typename FiltersT = Aws::Vector<DataSetSearchFilter>>
59 template<
typename FiltersT = DataSetSearchFilter>
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
81 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 bool m_awsAccountIdHasBeenSet =
false;
90 bool m_filtersHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 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