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/GroupSearchFilter.h>
46 template <
typename AwsAccountIdT = Aws::String>
48 m_awsAccountIdHasBeenSet =
true;
49 m_awsAccountId = std::forward<AwsAccountIdT>(value);
51 template <
typename AwsAccountIdT = Aws::String>
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
83 m_maxResultsHasBeenSet =
true;
98 template <
typename NamespaceT = Aws::String>
100 m_namespaceHasBeenSet =
true;
101 m_namespace = std::forward<NamespaceT>(value);
103 template <
typename NamespaceT = Aws::String>
117 template <
typename FiltersT = Aws::Vector<GroupSearchFilter>>
119 m_filtersHasBeenSet =
true;
120 m_filters = std::forward<FiltersT>(value);
122 template <
typename FiltersT = Aws::Vector<GroupSearchFilter>>
127 template <
typename FiltersT = GroupSearchFilter>
129 m_filtersHasBeenSet =
true;
130 m_filters.emplace_back(std::forward<FiltersT>(value));
144 bool m_awsAccountIdHasBeenSet =
false;
145 bool m_nextTokenHasBeenSet =
false;
146 bool m_maxResultsHasBeenSet =
false;
147 bool m_namespaceHasBeenSet =
false;
148 bool m_filtersHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
int GetMaxResults() const
const Aws::Vector< GroupSearchFilter > & GetFilters() const
bool MaxResultsHasBeenSet() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
SearchGroupsRequest & WithNamespace(NamespaceT &&value)
SearchGroupsRequest & WithFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool NamespaceHasBeenSet() const
void SetFilters(FiltersT &&value)
SearchGroupsRequest & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API SearchGroupsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetNextToken() const
void SetNamespace(NamespaceT &&value)
SearchGroupsRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNamespace() const
SearchGroupsRequest & AddFilters(FiltersT &&value)
SearchGroupsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector