7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/workmail/model/MemberType.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetType(
MemberType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
71 bool m_idHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
Delegate & WithType(MemberType &&value)
const MemberType & GetType() const
void SetId(Aws::String &&value)
void SetType(MemberType &&value)
void SetType(const MemberType &value)
Delegate & WithId(const Aws::String &value)
AWS_WORKMAIL_API Delegate()
Delegate & WithType(const MemberType &value)
void SetId(const Aws::String &value)
const Aws::String & GetId() const
AWS_WORKMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WORKMAIL_API Delegate(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
void SetId(const char *value)
bool TypeHasBeenSet() const
Delegate & WithId(Aws::String &&value)
Delegate & WithId(const char *value)
AWS_WORKMAIL_API Delegate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue