Struct aws_sdk_chatbot::operation::create_chime_webhook_configuration::builders::CreateChimeWebhookConfigurationOutputBuilder
source · #[non_exhaustive]pub struct CreateChimeWebhookConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for CreateChimeWebhookConfigurationOutput
.
Implementations§
source§impl CreateChimeWebhookConfigurationOutputBuilder
impl CreateChimeWebhookConfigurationOutputBuilder
sourcepub fn webhook_configuration(self, input: ChimeWebhookConfiguration) -> Self
pub fn webhook_configuration(self, input: ChimeWebhookConfiguration) -> Self
Chime webhook configuration.
sourcepub fn set_webhook_configuration(
self,
input: Option<ChimeWebhookConfiguration>
) -> Self
pub fn set_webhook_configuration( self, input: Option<ChimeWebhookConfiguration> ) -> Self
Chime webhook configuration.
sourcepub fn get_webhook_configuration(&self) -> &Option<ChimeWebhookConfiguration>
pub fn get_webhook_configuration(&self) -> &Option<ChimeWebhookConfiguration>
Chime webhook configuration.
sourcepub fn build(self) -> CreateChimeWebhookConfigurationOutput
pub fn build(self) -> CreateChimeWebhookConfigurationOutput
Consumes the builder and constructs a CreateChimeWebhookConfigurationOutput
.
Trait Implementations§
source§impl Clone for CreateChimeWebhookConfigurationOutputBuilder
impl Clone for CreateChimeWebhookConfigurationOutputBuilder
source§fn clone(&self) -> CreateChimeWebhookConfigurationOutputBuilder
fn clone(&self) -> CreateChimeWebhookConfigurationOutputBuilder
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 CreateChimeWebhookConfigurationOutputBuilder
impl Default for CreateChimeWebhookConfigurationOutputBuilder
source§fn default() -> CreateChimeWebhookConfigurationOutputBuilder
fn default() -> CreateChimeWebhookConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateChimeWebhookConfigurationOutputBuilder
impl PartialEq for CreateChimeWebhookConfigurationOutputBuilder
source§fn eq(&self, other: &CreateChimeWebhookConfigurationOutputBuilder) -> bool
fn eq(&self, other: &CreateChimeWebhookConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateChimeWebhookConfigurationOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateChimeWebhookConfigurationOutputBuilder
impl RefUnwindSafe for CreateChimeWebhookConfigurationOutputBuilder
impl Send for CreateChimeWebhookConfigurationOutputBuilder
impl Sync for CreateChimeWebhookConfigurationOutputBuilder
impl Unpin for CreateChimeWebhookConfigurationOutputBuilder
impl UnwindSafe for CreateChimeWebhookConfigurationOutputBuilder
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.