Struct aws_sdk_lexmodelsv2::output::DeleteBotAliasOutput
source · [−]#[non_exhaustive]pub struct DeleteBotAliasOutput { /* private fields */ }Implementations
sourceimpl DeleteBotAliasOutput
impl DeleteBotAliasOutput
sourcepub fn bot_alias_id(&self) -> Option<&str>
pub fn bot_alias_id(&self) -> Option<&str>
The unique identifier of the bot alias to delete.
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot that contains the alias to delete.
sourcepub fn bot_alias_status(&self) -> Option<&BotAliasStatus>
pub fn bot_alias_status(&self) -> Option<&BotAliasStatus>
The current status of the alias. The status is Deleting while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases operation.
sourceimpl DeleteBotAliasOutput
impl DeleteBotAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotAliasOutput.
Trait Implementations
sourceimpl Clone for DeleteBotAliasOutput
impl Clone for DeleteBotAliasOutput
sourcefn clone(&self) -> DeleteBotAliasOutput
fn clone(&self) -> DeleteBotAliasOutput
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 DeleteBotAliasOutput
impl Debug for DeleteBotAliasOutput
sourceimpl PartialEq<DeleteBotAliasOutput> for DeleteBotAliasOutput
impl PartialEq<DeleteBotAliasOutput> for DeleteBotAliasOutput
sourcefn eq(&self, other: &DeleteBotAliasOutput) -> bool
fn eq(&self, other: &DeleteBotAliasOutput) -> bool
impl StructuralPartialEq for DeleteBotAliasOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBotAliasOutput
impl Send for DeleteBotAliasOutput
impl Sync for DeleteBotAliasOutput
impl Unpin for DeleteBotAliasOutput
impl UnwindSafe for DeleteBotAliasOutput
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