Struct aws_sdk_chime::operation::regenerate_security_token::builders::RegenerateSecurityTokenOutputBuilder
source · #[non_exhaustive]pub struct RegenerateSecurityTokenOutputBuilder { /* private fields */ }Expand description
A builder for RegenerateSecurityTokenOutput.
Implementations§
source§impl RegenerateSecurityTokenOutputBuilder
impl RegenerateSecurityTokenOutputBuilder
sourcepub fn bot(self, input: Bot) -> Self
pub fn bot(self, input: Bot) -> Self
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
sourcepub fn set_bot(self, input: Option<Bot>) -> Self
pub fn set_bot(self, input: Option<Bot>) -> Self
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
sourcepub fn get_bot(&self) -> &Option<Bot>
pub fn get_bot(&self) -> &Option<Bot>
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
sourcepub fn build(self) -> RegenerateSecurityTokenOutput
pub fn build(self) -> RegenerateSecurityTokenOutput
Consumes the builder and constructs a RegenerateSecurityTokenOutput.
Trait Implementations§
source§impl Clone for RegenerateSecurityTokenOutputBuilder
impl Clone for RegenerateSecurityTokenOutputBuilder
source§fn clone(&self) -> RegenerateSecurityTokenOutputBuilder
fn clone(&self) -> RegenerateSecurityTokenOutputBuilder
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 RegenerateSecurityTokenOutputBuilder
impl Default for RegenerateSecurityTokenOutputBuilder
source§fn default() -> RegenerateSecurityTokenOutputBuilder
fn default() -> RegenerateSecurityTokenOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RegenerateSecurityTokenOutputBuilder
impl PartialEq for RegenerateSecurityTokenOutputBuilder
source§fn eq(&self, other: &RegenerateSecurityTokenOutputBuilder) -> bool
fn eq(&self, other: &RegenerateSecurityTokenOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RegenerateSecurityTokenOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RegenerateSecurityTokenOutputBuilder
impl Send for RegenerateSecurityTokenOutputBuilder
impl Sync for RegenerateSecurityTokenOutputBuilder
impl Unpin for RegenerateSecurityTokenOutputBuilder
impl UnwindSafe for RegenerateSecurityTokenOutputBuilder
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.