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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetChannelMessageOutputBuilder
Auto Trait Implementations§
impl Freeze for GetChannelMessageOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.