7#include <aws/workmail/WorkMail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/workmail/model/MemberType.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
67 bool m_idHasBeenSet =
false;
70 bool m_typeHasBeenSet =
false;
AWS_WORKMAIL_API Delegate()=default
void SetType(MemberType 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
bool TypeHasBeenSet() const
Delegate & WithId(IdT &&value)
Delegate & WithType(MemberType value)
MemberType GetType() const
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