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>
58 template <
typename AwsAccountIdT = Aws::String>
60 m_awsAccountIdHasBeenSet =
true;
61 m_awsAccountId = std::forward<AwsAccountIdT>(value);
63 template <
typename AwsAccountIdT = Aws::String>
76 template <
typename NamespaceT = Aws::String>
78 m_namespaceHasBeenSet =
true;
79 m_namespace = std::forward<NamespaceT>(value);
81 template <
typename NamespaceT = Aws::String>
95 m_roleHasBeenSet =
true;
111 bool m_memberNameHasBeenSet =
false;
112 bool m_awsAccountIdHasBeenSet =
false;
113 bool m_namespaceHasBeenSet =
false;
114 bool m_roleHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API CreateRoleMembershipRequest()=default
CreateRoleMembershipRequest & WithAwsAccountId(AwsAccountIdT &&value)
void SetMemberName(MemberNameT &&value)
const Aws::String & GetNamespace() const
bool NamespaceHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
bool RoleHasBeenSet() const
void SetNamespace(NamespaceT &&value)
CreateRoleMembershipRequest & WithMemberName(MemberNameT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
CreateRoleMembershipRequest & WithRole(Role value)
virtual const char * GetServiceRequestName() const override
bool MemberNameHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
CreateRoleMembershipRequest & WithNamespace(NamespaceT &&value)
const Aws::String & GetMemberName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String