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/SearchAppsFilter.h>
40 template <
typename AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
58 template <
typename FiltersT = Aws::Vector<SearchAppsFilter>>
60 m_filtersHasBeenSet =
true;
61 m_filters = std::forward<FiltersT>(value);
63 template <
typename FiltersT = Aws::Vector<SearchAppsFilter>>
68 template <
typename FiltersT = SearchAppsFilter>
70 m_filtersHasBeenSet =
true;
71 m_filters.emplace_back(std::forward<FiltersT>(value));
84 m_maxResultsHasBeenSet =
true;
100 template <
typename NextTokenT = Aws::String>
102 m_nextTokenHasBeenSet =
true;
103 m_nextToken = std::forward<NextTokenT>(value);
105 template <
typename NextTokenT = Aws::String>
119 bool m_awsAccountIdHasBeenSet =
false;
120 bool m_filtersHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
122 bool m_nextTokenHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetFilters(FiltersT &&value)
SearchAppsRequest & WithAwsAccountId(AwsAccountIdT &&value)
SearchAppsRequest & WithNextToken(NextTokenT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::Vector< SearchAppsFilter > & GetFilters() const
SearchAppsRequest & WithFilters(FiltersT &&value)
SearchAppsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool FiltersHasBeenSet() const
int GetMaxResults() const
SearchAppsRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
AWS_QUICKSIGHT_API SearchAppsRequest()=default
const Aws::String & GetAwsAccountId() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector