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/DashboardSearchFilter.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>
59 template<
typename FiltersT = Aws::Vector<DashboardSearchFilter>>
60 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
61 template<
typename FiltersT = Aws::Vector<DashboardSearchFilter>>
63 template<
typename FiltersT = DashboardSearchFilter>
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 bool m_awsAccountIdHasBeenSet =
false;
95 bool m_filtersHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
SearchDashboardsRequest & WithAwsAccountId(AwsAccountIdT &&value)
SearchDashboardsRequest & WithNextToken(NextTokenT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< DashboardSearchFilter > & GetFilters() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
SearchDashboardsRequest & AddFilters(FiltersT &&value)
AWS_QUICKSIGHT_API SearchDashboardsRequest()=default
void SetFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
SearchDashboardsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
SearchDashboardsRequest & WithFilters(FiltersT &&value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector