7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename MemberNameT = Aws::String>
39 m_memberNameHasBeenSet =
true;
40 m_memberName = std::forward<MemberNameT>(value);
42 template <
typename MemberNameT = Aws::String>
55 template <
typename GroupNameT = Aws::String>
57 m_groupNameHasBeenSet =
true;
58 m_groupName = std::forward<GroupNameT>(value);
60 template <
typename GroupNameT = Aws::String>
75 template <
typename AwsAccountIdT = Aws::String>
77 m_awsAccountIdHasBeenSet =
true;
78 m_awsAccountId = std::forward<AwsAccountIdT>(value);
80 template <
typename AwsAccountIdT = Aws::String>
93 template <
typename NamespaceT = Aws::String>
95 m_namespaceHasBeenSet =
true;
96 m_namespace = std::forward<NamespaceT>(value);
98 template <
typename NamespaceT = Aws::String>
112 bool m_memberNameHasBeenSet =
false;
113 bool m_groupNameHasBeenSet =
false;
114 bool m_awsAccountIdHasBeenSet =
false;
115 bool m_namespaceHasBeenSet =
false;
CreateGroupMembershipRequest & WithGroupName(GroupNameT &&value)
const Aws::String & GetAwsAccountId() const
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
void SetMemberName(MemberNameT &&value)
bool NamespaceHasBeenSet() const
AWS_QUICKSIGHT_API CreateGroupMembershipRequest()=default
const Aws::String & GetMemberName() const
const Aws::String & GetNamespace() const
bool MemberNameHasBeenSet() const
CreateGroupMembershipRequest & WithMemberName(MemberNameT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetGroupName() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateGroupMembershipRequest & WithNamespace(NamespaceT &&value)
CreateGroupMembershipRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetNamespace(NamespaceT &&value)
bool GroupNameHasBeenSet() const
void SetGroupName(GroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String