7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename MemberNameT = Aws::String>
61 m_memberNameHasBeenSet =
true;
62 m_memberName = std::forward<MemberNameT>(value);
64 template <
typename MemberNameT = Aws::String>
74 bool m_arnHasBeenSet =
false;
75 bool m_memberNameHasBeenSet =
false;
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API GroupMember & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
bool MemberNameHasBeenSet() const
AWS_QUICKSIGHT_API GroupMember(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API GroupMember()=default
const Aws::String & GetMemberName() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GroupMember & WithMemberName(MemberNameT &&value)
void SetMemberName(MemberNameT &&value)
GroupMember & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue