Struct aws_sdk_lexmodelsv2::input::DeleteBotInput
source · #[non_exhaustive]pub struct DeleteBotInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotInput.
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 ==.