#include <Message.h>
Represents the message to be sent, composed of a subject and a body.
See Also:
AWS API Reference
Definition at line 33 of file Message.h.
◆ Message() [1/2]
Aws::SES::Model::Message::Message |
( |
| ) |
|
◆ Message() [2/2]
◆ BodyHasBeenSet()
bool Aws::SES::Model::Message::BodyHasBeenSet |
( |
| ) |
const |
|
inline |
The message body.
Definition at line 89 of file Message.h.
◆ GetBody()
const Body& Aws::SES::Model::Message::GetBody |
( |
| ) |
const |
|
inline |
The message body.
Definition at line 84 of file Message.h.
◆ GetSubject()
const Content& Aws::SES::Model::Message::GetSubject |
( |
| ) |
const |
|
inline |
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
Definition at line 48 of file Message.h.
◆ operator=()
◆ OutputToStream() [1/2]
void Aws::SES::Model::Message::OutputToStream |
( |
Aws::OStream & |
oStream, |
|
|
const char * |
location |
|
) |
| const |
◆ OutputToStream() [2/2]
void Aws::SES::Model::Message::OutputToStream |
( |
Aws::OStream & |
ostream, |
|
|
const char * |
location, |
|
|
unsigned |
index, |
|
|
const char * |
locationValue |
|
) |
| const |
◆ SetBody() [1/2]
void Aws::SES::Model::Message::SetBody |
( |
Body && |
value | ) |
|
|
inline |
The message body.
Definition at line 99 of file Message.h.
◆ SetBody() [2/2]
void Aws::SES::Model::Message::SetBody |
( |
const Body & |
value | ) |
|
|
inline |
The message body.
Definition at line 94 of file Message.h.
◆ SetSubject() [1/2]
void Aws::SES::Model::Message::SetSubject |
( |
const Content & |
value | ) |
|
|
inline |
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
Definition at line 60 of file Message.h.
◆ SetSubject() [2/2]
void Aws::SES::Model::Message::SetSubject |
( |
Content && |
value | ) |
|
|
inline |
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
Definition at line 66 of file Message.h.
◆ SubjectHasBeenSet()
bool Aws::SES::Model::Message::SubjectHasBeenSet |
( |
| ) |
const |
|
inline |
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
Definition at line 54 of file Message.h.
◆ WithBody() [1/2]
Message& Aws::SES::Model::Message::WithBody |
( |
Body && |
value | ) |
|
|
inline |
◆ WithBody() [2/2]
Message& Aws::SES::Model::Message::WithBody |
( |
const Body & |
value | ) |
|
|
inline |
◆ WithSubject() [1/2]
Message& Aws::SES::Model::Message::WithSubject |
( |
const Content & |
value | ) |
|
|
inline |
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
Definition at line 72 of file Message.h.
◆ WithSubject() [2/2]
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
Definition at line 78 of file Message.h.
The documentation for this class was generated from the following file:
- aws-cpp-sdk-email/include/aws/email/model/Message.h