7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/MemberType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename MemberIdT = Aws::String>
44 m_memberIdHasBeenSet =
true;
45 m_memberId = std::forward<MemberIdT>(value);
47 template <
typename MemberIdT = Aws::String>
61 m_memberTypeHasBeenSet =
true;
76 template <
typename EmailT = Aws::String>
78 m_emailHasBeenSet =
true;
79 m_email = std::forward<EmailT>(value);
81 template <
typename EmailT = Aws::String>
83 SetEmail(std::forward<EmailT>(value));
94 template <
typename FullNameT = Aws::String>
96 m_fullNameHasBeenSet =
true;
97 m_fullName = std::forward<FullNameT>(value);
99 template <
typename FullNameT = Aws::String>
112 template <
typename AccountIdT = Aws::String>
114 m_accountIdHasBeenSet =
true;
115 m_accountId = std::forward<AccountIdT>(value);
117 template <
typename AccountIdT = Aws::String>
133 bool m_memberIdHasBeenSet =
false;
134 bool m_memberTypeHasBeenSet =
false;
135 bool m_emailHasBeenSet =
false;
136 bool m_fullNameHasBeenSet =
false;
137 bool m_accountIdHasBeenSet =
false;
bool FullNameHasBeenSet() const
bool EmailHasBeenSet() const
MemberType GetMemberType() const
Member & WithEmail(EmailT &&value)
Member & WithMemberId(MemberIdT &&value)
bool MemberIdHasBeenSet() const
AWS_CHIME_API Member()=default
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFullName() const
Member & WithFullName(FullNameT &&value)
AWS_CHIME_API Member(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEmail() const
void SetFullName(FullNameT &&value)
AWS_CHIME_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AccountIdHasBeenSet() const
Member & WithMemberType(MemberType value)
void SetEmail(EmailT &&value)
const Aws::String & GetAccountId() const
bool MemberTypeHasBeenSet() const
void SetAccountId(AccountIdT &&value)
void SetMemberType(MemberType value)
const Aws::String & GetMemberId() const
Member & WithAccountId(AccountIdT &&value)
void SetMemberId(MemberIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue