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/GroupSearchFilter.h>
51 template<
typename AwsAccountIdT = Aws::String>
52 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
53 template<
typename AwsAccountIdT = Aws::String>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 template<
typename NamespaceT = Aws::String>
86 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
87 template<
typename NamespaceT = Aws::String>
98 template<
typename FiltersT = Aws::Vector<GroupSearchFilter>>
99 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
100 template<
typename FiltersT = Aws::Vector<GroupSearchFilter>>
102 template<
typename FiltersT = GroupSearchFilter>
108 bool m_awsAccountIdHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
117 bool m_namespaceHasBeenSet =
false;
120 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