7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/chime/model/MemberType.h>
48 template<
typename MemberIdT = Aws::String>
49 void SetMemberId(MemberIdT&& value) { m_memberIdHasBeenSet =
true; m_memberId = std::forward<MemberIdT>(value); }
50 template<
typename MemberIdT = Aws::String>
70 template<
typename EmailT = Aws::String>
71 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
72 template<
typename EmailT = Aws::String>
82 template<
typename FullNameT = Aws::String>
83 void SetFullName(FullNameT&& value) { m_fullNameHasBeenSet =
true; m_fullName = std::forward<FullNameT>(value); }
84 template<
typename FullNameT = Aws::String>
94 template<
typename AccountIdT = Aws::String>
95 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
96 template<
typename AccountIdT = Aws::String>
102 bool m_memberIdHasBeenSet =
false;
105 bool m_memberTypeHasBeenSet =
false;
108 bool m_emailHasBeenSet =
false;
111 bool m_fullNameHasBeenSet =
false;
114 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