50 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
91 inline Destination&
AddToAddresses(
const char* value) { m_toAddressesHasBeenSet =
true; m_toAddresses.push_back(value);
return *
this; }
175 bool m_toAddressesHasBeenSet;
177 bool m_ccAddressesHasBeenSet;
179 bool m_bccAddressesHasBeenSet;
void SetBccAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddBccAddresses(Aws::String &&value)
void SetToAddresses(Aws::Vector< Aws::String > &&value)
void SetCcAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddBccAddresses(const char *value)
Destination & AddToAddresses(const char *value)
const Aws::Vector< Aws::String > & GetBccAddresses() const
Destination & WithToAddresses(Aws::Vector< Aws::String > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Destination & WithBccAddresses(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetToAddresses() const
std::basic_ostream< char, std::char_traits< char > > OStream
Destination & WithCcAddresses(const Aws::Vector< Aws::String > &value)
Destination & WithToAddresses(const Aws::Vector< Aws::String > &value)
Destination & WithBccAddresses(const Aws::Vector< Aws::String > &value)
void SetBccAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddCcAddresses(const char *value)
void SetCcAddresses(Aws::Vector< Aws::String > &&value)
void SetToAddresses(const Aws::Vector< Aws::String > &value)
Destination & AddBccAddresses(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::Vector< Aws::String > & GetCcAddresses() const
Destination & WithCcAddresses(Aws::Vector< Aws::String > &&value)
Destination & AddCcAddresses(const Aws::String &value)
Destination & AddCcAddresses(Aws::String &&value)
Destination & AddToAddresses(const Aws::String &value)
JSON (JavaScript Object Notation).
Destination & AddToAddresses(Aws::String &&value)