7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/chime/model/MemberType.h>
50 inline void SetMemberId(
const char* value) { m_memberIdHasBeenSet =
true; m_memberId.assign(value); }
76 inline void SetEmail(
const char* value) { m_emailHasBeenSet =
true; m_email.assign(value); }
90 inline void SetFullName(
const char* value) { m_fullNameHasBeenSet =
true; m_fullName.assign(value); }
104 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
112 bool m_memberIdHasBeenSet =
false;
115 bool m_memberTypeHasBeenSet =
false;
118 bool m_emailHasBeenSet =
false;
121 bool m_fullNameHasBeenSet =
false;
124 bool m_accountIdHasBeenSet =
false;
Member & WithAccountId(const char *value)
Member & WithAccountId(const Aws::String &value)
bool FullNameHasBeenSet() const
void SetFullName(const char *value)
void SetMemberId(const Aws::String &value)
bool EmailHasBeenSet() const
bool MemberIdHasBeenSet() const
void SetEmail(const Aws::String &value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFullName() const
void SetAccountId(const Aws::String &value)
Member & WithEmail(const char *value)
AWS_CHIME_API Member(Aws::Utils::Json::JsonView jsonValue)
void SetMemberId(Aws::String &&value)
const Aws::String & GetEmail() const
Member & WithMemberType(MemberType &&value)
const MemberType & GetMemberType() const
Member & WithFullName(Aws::String &&value)
AWS_CHIME_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(Aws::String &&value)
void SetEmail(Aws::String &&value)
Member & WithMemberId(Aws::String &&value)
bool AccountIdHasBeenSet() const
Member & WithMemberType(const MemberType &value)
Member & WithFullName(const Aws::String &value)
void SetMemberType(MemberType &&value)
Member & WithMemberId(const Aws::String &value)
void SetMemberType(const MemberType &value)
const Aws::String & GetAccountId() const
Member & WithFullName(const char *value)
void SetAccountId(const char *value)
bool MemberTypeHasBeenSet() const
void SetFullName(Aws::String &&value)
const Aws::String & GetMemberId() const
Member & WithEmail(Aws::String &&value)
Member & WithEmail(const Aws::String &value)
void SetMemberId(const char *value)
void SetFullName(const Aws::String &value)
Member & WithMemberId(const char *value)
Member & WithAccountId(Aws::String &&value)
void SetEmail(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue