7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
68 inline Destination&
AddToAddresses(
const char* value) { m_toAddressesHasBeenSet =
true; m_toAddresses.push_back(value);
return *
this; }
83 inline Destination&
AddCcAddresses(
const char* value) { m_ccAddressesHasBeenSet =
true; m_ccAddresses.push_back(value);
return *
this; }
98 inline Destination&
AddBccAddresses(
const char* value) { m_bccAddressesHasBeenSet =
true; m_bccAddresses.push_back(value);
return *
this; }
103 bool m_toAddressesHasBeenSet =
false;
106 bool m_ccAddressesHasBeenSet =
false;
109 bool m_bccAddressesHasBeenSet =
false;
Destination & AddCcAddresses(const char *value)
void SetToAddresses(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetToAddresses() const
Destination & WithToAddresses(Aws::Vector< Aws::String > &&value)
void SetToAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddToAddresses(const Aws::String &value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Destination & AddCcAddresses(const Aws::String &value)
void SetBccAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddToAddresses(Aws::String &&value)
Destination & AddToAddresses(const char *value)
Destination & WithBccAddresses(Aws::Vector< Aws::String > &&value)
AWS_SES_API Destination()
Destination & WithCcAddresses(Aws::Vector< Aws::String > &&value)
Destination & WithBccAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddBccAddresses(Aws::String &&value)
AWS_SES_API Destination(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetCcAddresses() const
AWS_SES_API Destination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Destination & AddBccAddresses(const Aws::String &value)
Destination & WithToAddresses(const Aws::Vector< Aws::String > &value)
bool ToAddressesHasBeenSet() const
bool CcAddressesHasBeenSet() const
void SetCcAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddBccAddresses(const char *value)
Destination & WithCcAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddCcAddresses(Aws::String &&value)
bool BccAddressesHasBeenSet() const
void SetCcAddresses(const Aws::Vector< Aws::String > &value)
void SetBccAddresses(Aws::Vector< Aws::String > &&value)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetBccAddresses() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream