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