Struct aws_sdk_chime::operation::get_channel_message::builders::GetChannelMessageOutputBuilder
source · #[non_exhaustive]pub struct GetChannelMessageOutputBuilder { /* private fields */ }
Expand description
A builder for GetChannelMessageOutput
.
Implementations§
source§impl GetChannelMessageOutputBuilder
impl GetChannelMessageOutputBuilder
sourcepub fn channel_message(self, input: ChannelMessage) -> Self
pub fn channel_message(self, input: ChannelMessage) -> Self
The details of and content in the message.
sourcepub fn set_channel_message(self, input: Option<ChannelMessage>) -> Self
pub fn set_channel_message(self, input: Option<ChannelMessage>) -> Self
The details of and content in the message.
sourcepub fn get_channel_message(&self) -> &Option<ChannelMessage>
pub fn get_channel_message(&self) -> &Option<ChannelMessage>
The details of and content in the message.
sourcepub fn build(self) -> GetChannelMessageOutput
pub fn build(self) -> GetChannelMessageOutput
Consumes the builder and constructs a GetChannelMessageOutput
.
Trait Implementations§
source§impl Clone for GetChannelMessageOutputBuilder
impl Clone for GetChannelMessageOutputBuilder
source§fn clone(&self) -> GetChannelMessageOutputBuilder
fn clone(&self) -> GetChannelMessageOutputBuilder
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 GetChannelMessageOutputBuilder
impl Default for GetChannelMessageOutputBuilder
source§fn default() -> GetChannelMessageOutputBuilder
fn default() -> GetChannelMessageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetChannelMessageOutputBuilder
impl PartialEq for GetChannelMessageOutputBuilder
source§fn eq(&self, other: &GetChannelMessageOutputBuilder) -> bool
fn eq(&self, other: &GetChannelMessageOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetChannelMessageOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetChannelMessageOutputBuilder
impl Send for GetChannelMessageOutputBuilder
impl Sync for GetChannelMessageOutputBuilder
impl Unpin for GetChannelMessageOutputBuilder
impl UnwindSafe for GetChannelMessageOutputBuilder
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.