Struct aws_sdk_lexmodelsv2::input::DeleteBotVersionInput
source · [−]#[non_exhaustive]pub struct DeleteBotVersionInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DeleteBotVersionInput
impl Clone for DeleteBotVersionInput
sourcefn clone(&self) -> DeleteBotVersionInput
fn clone(&self) -> DeleteBotVersionInput
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 DeleteBotVersionInput
impl Debug for DeleteBotVersionInput
sourceimpl PartialEq<DeleteBotVersionInput> for DeleteBotVersionInput
impl PartialEq<DeleteBotVersionInput> for DeleteBotVersionInput
sourcefn eq(&self, other: &DeleteBotVersionInput) -> bool
fn eq(&self, other: &DeleteBotVersionInput) -> bool
impl StructuralPartialEq for DeleteBotVersionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBotVersionInput
impl Send for DeleteBotVersionInput
impl Sync for DeleteBotVersionInput
impl Unpin for DeleteBotVersionInput
impl UnwindSafe for DeleteBotVersionInput
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