Struct aws_sdk_ses::model::message::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Message
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn subject(self, input: Content) -> Self
pub fn subject(self, input: Content) -> Self
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.
sourcepub fn set_subject(self, input: Option<Content>) -> Self
pub fn set_subject(self, input: Option<Content>) -> Self
The subject of the message: A short summary of the content, which will appear in the recipient's inbox.