Struct aws_sdk_lexmodelsv2::input::DeleteBotAliasInput
source · #[non_exhaustive]pub struct DeleteBotAliasInput { /* private fields */ }Implementations§
source§impl DeleteBotAliasInput
impl DeleteBotAliasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBotAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBotAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBotAlias>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotAliasInput.
source§impl DeleteBotAliasInput
impl DeleteBotAliasInput
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 associated with the alias to delete.
sourcepub fn skip_resource_in_use_check(&self) -> bool
pub fn skip_resource_in_use_check(&self) -> bool
When this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias before it is deleted.
Trait Implementations§
source§impl Clone for DeleteBotAliasInput
impl Clone for DeleteBotAliasInput
source§fn clone(&self) -> DeleteBotAliasInput
fn clone(&self) -> DeleteBotAliasInput
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 Debug for DeleteBotAliasInput
impl Debug for DeleteBotAliasInput
source§impl PartialEq<DeleteBotAliasInput> for DeleteBotAliasInput
impl PartialEq<DeleteBotAliasInput> for DeleteBotAliasInput
source§fn eq(&self, other: &DeleteBotAliasInput) -> bool
fn eq(&self, other: &DeleteBotAliasInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.