Struct aws_sdk_connect::input::AssociateBotInput
source · [−]#[non_exhaustive]pub struct AssociateBotInput { /* private fields */ }
Implementations
sourceimpl AssociateBotInput
impl AssociateBotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateBot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateBot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateBot
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateBotInput
.
sourceimpl AssociateBotInput
impl AssociateBotInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
sourcepub fn lex_v2_bot(&self) -> Option<&LexV2Bot>
pub fn lex_v2_bot(&self) -> Option<&LexV2Bot>
The Amazon Lex V2 bot to associate with the instance.
Trait Implementations
sourceimpl Clone for AssociateBotInput
impl Clone for AssociateBotInput
sourcefn clone(&self) -> AssociateBotInput
fn clone(&self) -> AssociateBotInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AssociateBotInput
impl Debug for AssociateBotInput
sourceimpl PartialEq<AssociateBotInput> for AssociateBotInput
impl PartialEq<AssociateBotInput> for AssociateBotInput
sourcefn eq(&self, other: &AssociateBotInput) -> bool
fn eq(&self, other: &AssociateBotInput) -> bool
impl StructuralPartialEq for AssociateBotInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateBotInput
impl Send for AssociateBotInput
impl Sync for AssociateBotInput
impl Unpin for AssociateBotInput
impl UnwindSafe for AssociateBotInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more