#[non_exhaustive]pub struct DeleteBotVersionInput { /* private fields */ }Implementations§
source§impl DeleteBotVersionInput
impl DeleteBotVersionInput
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot to delete.
sourcepub fn skip_resource_in_use_check(&self) -> bool
pub fn skip_resource_in_use_check(&self) -> bool
By default, Amazon Lex checks if any other resource, such as an alias or bot network, is using the bot version before it is deleted and throws a ResourceInUseException exception if the version is being used by another resource. Set this parameter to true to skip this check and remove the version even if it is being used by another resource.
source§impl DeleteBotVersionInput
impl DeleteBotVersionInput
sourcepub fn builder() -> DeleteBotVersionInputBuilder
pub fn builder() -> DeleteBotVersionInputBuilder
Creates a new builder-style object to manufacture DeleteBotVersionInput.
source§impl DeleteBotVersionInput
impl DeleteBotVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBotVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteBotVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBotVersion>
Trait Implementations§
source§impl Clone for DeleteBotVersionInput
impl Clone for DeleteBotVersionInput
source§fn clone(&self) -> DeleteBotVersionInput
fn clone(&self) -> DeleteBotVersionInput
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 DeleteBotVersionInput
impl Debug for DeleteBotVersionInput
source§impl PartialEq<DeleteBotVersionInput> for DeleteBotVersionInput
impl PartialEq<DeleteBotVersionInput> for DeleteBotVersionInput
source§fn eq(&self, other: &DeleteBotVersionInput) -> bool
fn eq(&self, other: &DeleteBotVersionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.