7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/Role.h>
38 template <
typename MemberNameT = Aws::String>
40 m_memberNameHasBeenSet =
true;
41 m_memberName = std::forward<MemberNameT>(value);
43 template <
typename MemberNameT = Aws::String>
57 m_roleHasBeenSet =
true;
74 template <
typename AwsAccountIdT = Aws::String>
76 m_awsAccountIdHasBeenSet =
true;
77 m_awsAccountId = std::forward<AwsAccountIdT>(value);
79 template <
typename AwsAccountIdT = Aws::String>
92 template <
typename NamespaceT = Aws::String>
94 m_namespaceHasBeenSet =
true;
95 m_namespace = std::forward<NamespaceT>(value);
97 template <
typename NamespaceT = Aws::String>
111 bool m_memberNameHasBeenSet =
false;
112 bool m_roleHasBeenSet =
false;
113 bool m_awsAccountIdHasBeenSet =
false;
114 bool m_namespaceHasBeenSet =
false;
DeleteRoleMembershipRequest & WithNamespace(NamespaceT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
DeleteRoleMembershipRequest & WithMemberName(MemberNameT &&value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DeleteRoleMembershipRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
void SetMemberName(MemberNameT &&value)
bool MemberNameHasBeenSet() const
void SetNamespace(NamespaceT &&value)
const Aws::String & GetNamespace() const
bool NamespaceHasBeenSet() const
DeleteRoleMembershipRequest & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetMemberName() const
bool RoleHasBeenSet() const
DeleteRoleMembershipRequest & WithRole(Role value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String