7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/model/Role.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetRole(
Role value) { m_roleHasBeenSet =
true; m_role = value; }
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename AwsAccountIdT = Aws::String>
83 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
84 template<
typename AwsAccountIdT = Aws::String>
94 template<
typename NamespaceT = Aws::String>
95 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
96 template<
typename NamespaceT = Aws::String>
102 bool m_roleHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
111 bool m_awsAccountIdHasBeenSet =
false;
114 bool m_namespaceHasBeenSet =
false;
ListRoleMembershipsRequest & WithRole(Role value)
AWS_QUICKSIGHT_API ListRoleMembershipsRequest()=default
void SetMaxResults(int value)
bool AwsAccountIdHasBeenSet() const
void SetNamespace(NamespaceT &&value)
int GetMaxResults() const
ListRoleMembershipsRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
ListRoleMembershipsRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool NamespaceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamespace() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetAwsAccountId() const
ListRoleMembershipsRequest & WithMaxResults(int value)
ListRoleMembershipsRequest & WithNextToken(NextTokenT &&value)
bool RoleHasBeenSet() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String