pub struct GetBotChannelAssociationRequest {
pub bot_alias: String,
pub bot_name: String,
pub name: String,
}Fields§
§bot_alias: StringAn alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
bot_name: StringThe name of the Amazon Lex bot.
name: StringThe name of the association between the bot and the channel. The name is case sensitive.
Trait Implementations§
Source§impl Clone for GetBotChannelAssociationRequest
impl Clone for GetBotChannelAssociationRequest
Source§fn clone(&self) -> GetBotChannelAssociationRequest
fn clone(&self) -> GetBotChannelAssociationRequest
Returns a duplicate 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 GetBotChannelAssociationRequest
impl Default for GetBotChannelAssociationRequest
Source§fn default() -> GetBotChannelAssociationRequest
fn default() -> GetBotChannelAssociationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBotChannelAssociationRequest
impl PartialEq for GetBotChannelAssociationRequest
Source§fn eq(&self, other: &GetBotChannelAssociationRequest) -> bool
fn eq(&self, other: &GetBotChannelAssociationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetBotChannelAssociationRequest
Auto Trait Implementations§
impl Freeze for GetBotChannelAssociationRequest
impl RefUnwindSafe for GetBotChannelAssociationRequest
impl Send for GetBotChannelAssociationRequest
impl Sync for GetBotChannelAssociationRequest
impl Unpin for GetBotChannelAssociationRequest
impl UnwindSafe for GetBotChannelAssociationRequest
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