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 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<GetChannelMessageOutputBuilder> for GetChannelMessageOutputBuilder
impl PartialEq<GetChannelMessageOutputBuilder> 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 ==.