7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AwsAccountIdT = Aws::String>
50 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
51 template<
typename AwsAccountIdT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 template<
typename NamespaceT = Aws::String>
84 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
85 template<
typename NamespaceT = Aws::String>
91 bool m_awsAccountIdHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
100 bool m_namespaceHasBeenSet =
false;
bool NextTokenHasBeenSet() const
void SetNamespace(NamespaceT &&value)
virtual const char * GetServiceRequestName() const override
bool NamespaceHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetNamespace() const
ListGroupsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API ListGroupsRequest()=default
ListGroupsRequest & WithAwsAccountId(AwsAccountIdT &&value)
ListGroupsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
ListGroupsRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String