Struct aws_sdk_lexmodelsv2::input::DeleteBotVersionInput
source · #[non_exhaustive]pub struct DeleteBotVersionInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotVersionInput.
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, the DeleteBotVersion operations throws a ResourceInUseException exception if you try to delete a bot version that has an alias pointing at it. Set the skipResourceInUseCheck parameter to true to skip this check and remove the version even if an alias points to it.
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 ==.