AWS SDK for C++
1.8.186
AWS SDK for C++
|
#include <Content.h>
Public Member Functions | |
Content () | |
Content (const Aws::Utils::Xml::XmlNode &xmlNode) | |
Content & | 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 Aws::String & | GetData () const |
bool | DataHasBeenSet () const |
void | SetData (const Aws::String &value) |
void | SetData (Aws::String &&value) |
void | SetData (const char *value) |
Content & | WithData (const Aws::String &value) |
Content & | WithData (Aws::String &&value) |
Content & | WithData (const char *value) |
const Aws::String & | GetCharset () const |
bool | CharsetHasBeenSet () const |
void | SetCharset (const Aws::String &value) |
void | SetCharset (Aws::String &&value) |
void | SetCharset (const char *value) |
Content & | WithCharset (const Aws::String &value) |
Content & | WithCharset (Aws::String &&value) |
Content & | WithCharset (const char *value) |
Represents textual data, plus an optional character set specification.
By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol. If the text must contain any other characters, then you must also specify a character set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.
Aws::SES::Model::Content::Content | ( | ) |
Aws::SES::Model::Content::Content | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
|
inline |
|
inline |
|
inline |
Content& Aws::SES::Model::Content::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::SES::Model::Content::OutputToStream | ( | Aws::OStream & | oStream, |
const char * | location | ||
) | const |
void Aws::SES::Model::Content::OutputToStream | ( | Aws::OStream & | ostream, |
const char * | location, | ||
unsigned | index, | ||
const char * | locationValue | ||
) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |