Struct aws_sdk_workmailmessageflow::operation::get_raw_message_content::builders::GetRawMessageContentOutputBuilder
source · #[non_exhaustive]pub struct GetRawMessageContentOutputBuilder { /* private fields */ }Expand description
A builder for GetRawMessageContentOutput.
Implementations§
source§impl GetRawMessageContentOutputBuilder
impl GetRawMessageContentOutputBuilder
sourcepub fn message_content(self, input: ByteStream) -> Self
pub fn message_content(self, input: ByteStream) -> Self
The raw content of the email message, in MIME format.
This field is required.sourcepub fn set_message_content(self, input: Option<ByteStream>) -> Self
pub fn set_message_content(self, input: Option<ByteStream>) -> Self
The raw content of the email message, in MIME format.
sourcepub fn get_message_content(&self) -> &Option<ByteStream>
pub fn get_message_content(&self) -> &Option<ByteStream>
The raw content of the email message, in MIME format.
sourcepub fn build(self) -> GetRawMessageContentOutput
pub fn build(self) -> GetRawMessageContentOutput
Consumes the builder and constructs a GetRawMessageContentOutput.
Trait Implementations§
source§impl Default for GetRawMessageContentOutputBuilder
impl Default for GetRawMessageContentOutputBuilder
source§fn default() -> GetRawMessageContentOutputBuilder
fn default() -> GetRawMessageContentOutputBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for GetRawMessageContentOutputBuilder
impl !RefUnwindSafe for GetRawMessageContentOutputBuilder
impl Send for GetRawMessageContentOutputBuilder
impl Sync for GetRawMessageContentOutputBuilder
impl Unpin for GetRawMessageContentOutputBuilder
impl !UnwindSafe for GetRawMessageContentOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.