7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
44 template <
typename AwsAccountIdT = Aws::String>
46 m_awsAccountIdHasBeenSet =
true;
47 m_awsAccountId = std::forward<AwsAccountIdT>(value);
49 template <
typename AwsAccountIdT = Aws::String>
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
81 m_maxResultsHasBeenSet =
true;
96 template <
typename NamespaceT = Aws::String>
98 m_namespaceHasBeenSet =
true;
99 m_namespace = std::forward<NamespaceT>(value);
101 template <
typename NamespaceT = Aws::String>
115 bool m_awsAccountIdHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
118 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