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 MaxResultsHasBeenSet() const
void SetNamespace(NamespaceT &&value)
ListUsersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
ListUsersRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool NamespaceHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API ListUsersRequest()=default
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
ListUsersRequest & WithNamespace(NamespaceT &&value)
const Aws::String & GetNamespace() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
ListUsersRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String