Struct aws_sdk_lexmodelsv2::operation::delete_bot::DeleteBotInput
source · #[non_exhaustive]pub struct DeleteBotInput { /* private fields */ }Implementations§
source§impl DeleteBotInput
impl DeleteBotInput
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 bot is being used by another resource. Set this parameter to true to skip this check and remove the bot even if it is being used by another resource.
source§impl DeleteBotInput
impl DeleteBotInput
sourcepub fn builder() -> DeleteBotInputBuilder
pub fn builder() -> DeleteBotInputBuilder
Creates a new builder-style object to manufacture DeleteBotInput.
source§impl DeleteBotInput
impl DeleteBotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteBot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBot>
Trait Implementations§
source§impl Clone for DeleteBotInput
impl Clone for DeleteBotInput
source§fn clone(&self) -> DeleteBotInput
fn clone(&self) -> DeleteBotInput
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 DeleteBotInput
impl Debug for DeleteBotInput
source§impl PartialEq<DeleteBotInput> for DeleteBotInput
impl PartialEq<DeleteBotInput> for DeleteBotInput
source§fn eq(&self, other: &DeleteBotInput) -> bool
fn eq(&self, other: &DeleteBotInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.