7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename EmailAddressT = Aws::String>
48 void SetEmailAddress(EmailAddressT&& value) { m_emailAddressHasBeenSet =
true; m_emailAddress = std::forward<EmailAddressT>(value); }
49 template<
typename EmailAddressT = Aws::String>
59 template<
typename DisplayNameT = Aws::String>
60 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
61 template<
typename DisplayNameT = Aws::String>
67 bool m_emailAddressHasBeenSet =
false;
70 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