7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename UserNameT = Aws::String>
49 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
50 template<
typename UserNameT = Aws::String>
62 template<
typename AwsAccountIdT = Aws::String>
63 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
64 template<
typename AwsAccountIdT = Aws::String>
74 template<
typename NamespaceT = Aws::String>
75 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
76 template<
typename NamespaceT = Aws::String>
86 template<
typename NextTokenT = Aws::String>
87 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
88 template<
typename NextTokenT = Aws::String>
98 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
104 bool m_userNameHasBeenSet =
false;
107 bool m_awsAccountIdHasBeenSet =
false;
110 bool m_namespaceHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
116 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetUserName() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
ListUserGroupsRequest & WithUserName(UserNameT &&value)
ListUserGroupsRequest & WithAwsAccountId(AwsAccountIdT &&value)
ListUserGroupsRequest & WithNamespace(NamespaceT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
ListUserGroupsRequest & WithMaxResults(int value)
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API ListUserGroupsRequest()=default
ListUserGroupsRequest & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNamespace() const
void SetNamespace(NamespaceT &&value)
bool AwsAccountIdHasBeenSet() const
bool NamespaceHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetUserName(UserNameT &&value)
bool NextTokenHasBeenSet() const
bool UserNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String