7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename EmailAddressT = Aws::String>
43 m_emailAddressHasBeenSet =
true;
44 m_emailAddress = std::forward<EmailAddressT>(value);
46 template <
typename EmailAddressT = Aws::String>
59 template <
typename DisplayNameT = Aws::String>
61 m_displayNameHasBeenSet =
true;
62 m_displayName = std::forward<DisplayNameT>(value);
64 template <
typename DisplayNameT = Aws::String>
72 bool m_emailAddressHasBeenSet =
false;
75 bool m_displayNameHasBeenSet =
false;
void SetDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetDisplayName() const
EmailAddressInfo & WithEmailAddress(EmailAddressT &&value)
void SetEmailAddress(EmailAddressT &&value)
AWS_CONNECT_API EmailAddressInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API EmailAddressInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
EmailAddressInfo & WithDisplayName(DisplayNameT &&value)
bool EmailAddressHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API EmailAddressInfo()=default
const Aws::String & GetEmailAddress() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue