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 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