7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename AddressT = Aws::String>
42 m_addressHasBeenSet =
true;
43 m_address = std::forward<AddressT>(value);
45 template <
typename AddressT = Aws::String>
58 template <
typename DisplayNameT = Aws::String>
60 m_displayNameHasBeenSet =
true;
61 m_displayName = std::forward<DisplayNameT>(value);
63 template <
typename DisplayNameT = Aws::String>
73 bool m_addressHasBeenSet =
false;
74 bool m_displayNameHasBeenSet =
false;
AWS_CONNECT_API EmailRecipient & operator=(Aws::Utils::Json::JsonView jsonValue)
EmailRecipient & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetAddress() const
void SetAddress(AddressT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API EmailRecipient(Aws::Utils::Json::JsonView jsonValue)
bool DisplayNameHasBeenSet() const
EmailRecipient & WithAddress(AddressT &&value)
bool AddressHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
AWS_CONNECT_API EmailRecipient()=default
const Aws::String & GetDisplayName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue