Struct aws_sdk_workmailmessageflow::operation::put_raw_message_content::builders::PutRawMessageContentInputBuilder
source · #[non_exhaustive]pub struct PutRawMessageContentInputBuilder { /* private fields */ }Expand description
A builder for PutRawMessageContentInput.
Implementations§
source§impl PutRawMessageContentInputBuilder
impl PutRawMessageContentInputBuilder
sourcepub fn message_id(self, input: impl Into<String>) -> Self
pub fn message_id(self, input: impl Into<String>) -> Self
The identifier of the email message being updated.
This field is required.sourcepub fn set_message_id(self, input: Option<String>) -> Self
pub fn set_message_id(self, input: Option<String>) -> Self
The identifier of the email message being updated.
sourcepub fn get_message_id(&self) -> &Option<String>
pub fn get_message_id(&self) -> &Option<String>
The identifier of the email message being updated.
sourcepub fn content(self, input: RawMessageContent) -> Self
pub fn content(self, input: RawMessageContent) -> Self
Describes the raw message content of the updated email message.
This field is required.sourcepub fn set_content(self, input: Option<RawMessageContent>) -> Self
pub fn set_content(self, input: Option<RawMessageContent>) -> Self
Describes the raw message content of the updated email message.
sourcepub fn get_content(&self) -> &Option<RawMessageContent>
pub fn get_content(&self) -> &Option<RawMessageContent>
Describes the raw message content of the updated email message.
sourcepub fn build(self) -> Result<PutRawMessageContentInput, BuildError>
pub fn build(self) -> Result<PutRawMessageContentInput, BuildError>
Consumes the builder and constructs a PutRawMessageContentInput.
source§impl PutRawMessageContentInputBuilder
impl PutRawMessageContentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<PutRawMessageContentOutput, SdkError<PutRawMessageContentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<PutRawMessageContentOutput, SdkError<PutRawMessageContentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutRawMessageContentInputBuilder
impl Clone for PutRawMessageContentInputBuilder
source§fn clone(&self) -> PutRawMessageContentInputBuilder
fn clone(&self) -> PutRawMessageContentInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for PutRawMessageContentInputBuilder
impl Default for PutRawMessageContentInputBuilder
source§fn default() -> PutRawMessageContentInputBuilder
fn default() -> PutRawMessageContentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutRawMessageContentInputBuilder
impl PartialEq for PutRawMessageContentInputBuilder
source§fn eq(&self, other: &PutRawMessageContentInputBuilder) -> bool
fn eq(&self, other: &PutRawMessageContentInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutRawMessageContentInputBuilder
Auto Trait Implementations§
impl Freeze for PutRawMessageContentInputBuilder
impl RefUnwindSafe for PutRawMessageContentInputBuilder
impl Send for PutRawMessageContentInputBuilder
impl Sync for PutRawMessageContentInputBuilder
impl Unpin for PutRawMessageContentInputBuilder
impl UnwindSafe for PutRawMessageContentInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.