7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename MemberNameT = Aws::String>
42 void SetMemberName(MemberNameT&& value) { m_memberNameHasBeenSet =
true; m_memberName = std::forward<MemberNameT>(value); }
43 template<
typename MemberNameT = Aws::String>
53 template<
typename GroupNameT = Aws::String>
54 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
55 template<
typename GroupNameT = Aws::String>
67 template<
typename AwsAccountIdT = Aws::String>
68 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
69 template<
typename AwsAccountIdT = Aws::String>
79 template<
typename NamespaceT = Aws::String>
80 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
81 template<
typename NamespaceT = Aws::String>
87 bool m_memberNameHasBeenSet =
false;
90 bool m_groupNameHasBeenSet =
false;
93 bool m_awsAccountIdHasBeenSet =
false;
96 bool m_namespaceHasBeenSet =
false;
bool MemberNameHasBeenSet() const
DeleteGroupMembershipRequest & WithGroupName(GroupNameT &&value)
const Aws::String & GetGroupName() const
bool GroupNameHasBeenSet() const
DeleteGroupMembershipRequest & WithMemberName(MemberNameT &&value)
const Aws::String & GetMemberName() const
virtual const char * GetServiceRequestName() const override
DeleteGroupMembershipRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetMemberName(MemberNameT &&value)
void SetNamespace(NamespaceT &&value)
const Aws::String & GetAwsAccountId() const
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetNamespace() const
bool AwsAccountIdHasBeenSet() const
bool NamespaceHasBeenSet() const
DeleteGroupMembershipRequest & WithNamespace(NamespaceT &&value)
void SetGroupName(GroupNameT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
AWS_QUICKSIGHT_API DeleteGroupMembershipRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String