7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
63 inline Destination&
AddToAddresses(
const char* value) { m_toAddressesHasBeenSet =
true; m_toAddresses.push_back(value);
return *
this; }
79 inline Destination&
AddCcAddresses(
const char* value) { m_ccAddressesHasBeenSet =
true; m_ccAddresses.push_back(value);
return *
this; }
95 inline Destination&
AddBccAddresses(
const char* value) { m_bccAddressesHasBeenSet =
true; m_bccAddresses.push_back(value);
return *
this; }
100 bool m_toAddressesHasBeenSet =
false;
103 bool m_ccAddressesHasBeenSet =
false;
106 bool m_bccAddressesHasBeenSet =
false;
Destination & WithCcAddresses(const Aws::Vector< Aws::String > &value)
void SetCcAddresses(Aws::Vector< Aws::String > &&value)
Destination & WithCcAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddBccAddresses(const char *value)
Destination & AddCcAddresses(const char *value)
bool CcAddressesHasBeenSet() const
void SetToAddresses(const Aws::Vector< Aws::String > &value)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
Destination & WithBccAddresses(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetBccAddresses() const
Destination & AddToAddresses(const char *value)
Destination & AddBccAddresses(const Aws::String &value)
Destination & WithToAddresses(const Aws::Vector< Aws::String > &value)
AWS_SESV2_API Destination(Aws::Utils::Json::JsonView jsonValue)
Destination & AddToAddresses(Aws::String &&value)
AWS_SESV2_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetToAddresses() const
void SetToAddresses(Aws::Vector< Aws::String > &&value)
bool BccAddressesHasBeenSet() const
void SetBccAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddCcAddresses(const Aws::String &value)
Destination & AddCcAddresses(Aws::String &&value)
AWS_SESV2_API Destination()
const Aws::Vector< Aws::String > & GetCcAddresses() const
void SetCcAddresses(const Aws::Vector< Aws::String > &value)
Destination & WithToAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddToAddresses(const Aws::String &value)
void SetBccAddresses(const Aws::Vector< Aws::String > &value)
Destination & WithBccAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddBccAddresses(Aws::String &&value)
bool ToAddressesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue