7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GroupNameT = Aws::String>
48 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
49 template<
typename GroupNameT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 template<
typename AwsAccountIdT = Aws::String>
84 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
85 template<
typename AwsAccountIdT = Aws::String>
95 template<
typename NamespaceT = Aws::String>
96 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
97 template<
typename NamespaceT = Aws::String>
103 bool m_groupNameHasBeenSet =
false;
106 bool m_nextTokenHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
112 bool m_awsAccountIdHasBeenSet =
false;
115 bool m_namespaceHasBeenSet =
false;
bool NextTokenHasBeenSet() const
const Aws::String & GetNamespace() const
AWS_QUICKSIGHT_API ListGroupMembershipsRequest()=default
ListGroupMembershipsRequest & WithNamespace(NamespaceT &&value)
void SetMaxResults(int value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
ListGroupMembershipsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetAwsAccountId() const
bool MaxResultsHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAwsAccountId(AwsAccountIdT &&value)
void SetGroupName(GroupNameT &&value)
ListGroupMembershipsRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetNamespace(NamespaceT &&value)
bool NamespaceHasBeenSet() const
const Aws::String & GetGroupName() const
ListGroupMembershipsRequest & WithGroupName(GroupNameT &&value)
ListGroupMembershipsRequest & WithMaxResults(int value)
bool GroupNameHasBeenSet() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String