Struct aws_sdk_chatbot::operation::update_microsoft_teams_channel_configuration::builders::UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
source · #[non_exhaustive]pub struct UpdateMicrosoftTeamsChannelConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateMicrosoftTeamsChannelConfigurationOutput
.
Implementations§
source§impl UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
sourcepub fn channel_configuration(self, input: TeamsChannelConfiguration) -> Self
pub fn channel_configuration(self, input: TeamsChannelConfiguration) -> Self
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
sourcepub fn set_channel_configuration(
self,
input: Option<TeamsChannelConfiguration>
) -> Self
pub fn set_channel_configuration( self, input: Option<TeamsChannelConfiguration> ) -> Self
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
sourcepub fn get_channel_configuration(&self) -> &Option<TeamsChannelConfiguration>
pub fn get_channel_configuration(&self) -> &Option<TeamsChannelConfiguration>
The configuration for a Microsoft Teams channel configured with AWS Chatbot.
sourcepub fn build(self) -> UpdateMicrosoftTeamsChannelConfigurationOutput
pub fn build(self) -> UpdateMicrosoftTeamsChannelConfigurationOutput
Consumes the builder and constructs a UpdateMicrosoftTeamsChannelConfigurationOutput
.
Trait Implementations§
source§impl Clone for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl Clone for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
source§fn clone(&self) -> UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
fn clone(&self) -> UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
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 UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl Default for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
source§fn default() -> UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
fn default() -> UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl PartialEq for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
source§fn eq(
&self,
other: &UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
) -> bool
fn eq( &self, other: &UpdateMicrosoftTeamsChannelConfigurationOutputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl Send for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl Sync for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl Unpin for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
impl UnwindSafe for UpdateMicrosoftTeamsChannelConfigurationOutputBuilder
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.