7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PinpointEmail
55 inline Destination&
AddToAddresses(
const char* value) { m_toAddressesHasBeenSet =
true; m_toAddresses.push_back(value);
return *
this; }
71 inline Destination&
AddCcAddresses(
const char* value) { m_ccAddressesHasBeenSet =
true; m_ccAddresses.push_back(value);
return *
this; }
87 inline Destination&
AddBccAddresses(
const char* value) { m_bccAddressesHasBeenSet =
true; m_bccAddresses.push_back(value);
return *
this; }
92 bool m_toAddressesHasBeenSet =
false;
95 bool m_ccAddressesHasBeenSet =
false;
98 bool m_bccAddressesHasBeenSet =
false;
void SetCcAddresses(Aws::Vector< Aws::String > &&value)
AWS_PINPOINTEMAIL_API Destination()
void SetToAddresses(Aws::Vector< Aws::String > &&value)
bool CcAddressesHasBeenSet() const
Destination & WithBccAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddBccAddresses(Aws::String &&value)
Destination & AddToAddresses(Aws::String &&value)
Destination & WithToAddresses(const Aws::Vector< Aws::String > &value)
Destination & WithToAddresses(Aws::Vector< Aws::String > &&value)
Destination & WithBccAddresses(Aws::Vector< Aws::String > &&value)
void SetCcAddresses(const Aws::Vector< Aws::String > &value)
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
Destination & AddBccAddresses(const Aws::String &value)
const Aws::Vector< Aws::String > & GetBccAddresses() const
Destination & AddCcAddresses(const char *value)
Destination & WithCcAddresses(Aws::Vector< Aws::String > &&value)
bool BccAddressesHasBeenSet() const
const Aws::Vector< Aws::String > & GetCcAddresses() const
Destination & AddToAddresses(const char *value)
void SetBccAddresses(Aws::Vector< Aws::String > &&value)
Destination & WithCcAddresses(const Aws::Vector< Aws::String > &value)
AWS_PINPOINTEMAIL_API Destination(Aws::Utils::Json::JsonView jsonValue)
bool ToAddressesHasBeenSet() const
const Aws::Vector< Aws::String > & GetToAddresses() const
Destination & AddCcAddresses(const Aws::String &value)
Destination & AddToAddresses(const Aws::String &value)
Destination & AddCcAddresses(Aws::String &&value)
AWS_PINPOINTEMAIL_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
Destination & AddBccAddresses(const char *value)
void SetBccAddresses(const Aws::Vector< Aws::String > &value)
void SetToAddresses(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue