AWS SDK for C++
1.8.153
AWS SDK for C++
|
#include <Body.h>
Public Member Functions | |
Body () | |
Body (const Aws::Utils::Xml::XmlNode &xmlNode) | |
Body & | operator= (const Aws::Utils::Xml::XmlNode &xmlNode) |
void | OutputToStream (Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const |
void | OutputToStream (Aws::OStream &oStream, const char *location) const |
const Content & | GetText () const |
bool | TextHasBeenSet () const |
void | SetText (const Content &value) |
void | SetText (Content &&value) |
Body & | WithText (const Content &value) |
Body & | WithText (Content &&value) |
const Content & | GetHtml () const |
bool | HtmlHasBeenSet () const |
void | SetHtml (const Content &value) |
void | SetHtml (Content &&value) |
Body & | WithHtml (const Content &value) |
Body & | WithHtml (Content &&value) |
Represents the body of the message. You can specify text, HTML, or both. If you use both, then the message should display correctly in the widest variety of email clients.
Aws::SES::Model::Body::Body | ( | ) |
Aws::SES::Model::Body::Body | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
|
inline |
|
inline |
Body& Aws::SES::Model::Body::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::SES::Model::Body::OutputToStream | ( | Aws::OStream & | oStream, |
const char * | location | ||
) | const |
void Aws::SES::Model::Body::OutputToStream | ( | Aws::OStream & | ostream, |
const char * | location, | ||
unsigned | index, | ||
const char * | locationValue | ||
) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |