#[non_exhaustive]pub struct DescribeBotVersionInput { /* private fields */ }Implementations§
source§impl DescribeBotVersionInput
impl DescribeBotVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBotVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBotVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBotVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBotVersionInput.
Trait Implementations§
source§impl Clone for DescribeBotVersionInput
impl Clone for DescribeBotVersionInput
source§fn clone(&self) -> DescribeBotVersionInput
fn clone(&self) -> DescribeBotVersionInput
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 DescribeBotVersionInput
impl Debug for DescribeBotVersionInput
source§impl PartialEq<DescribeBotVersionInput> for DescribeBotVersionInput
impl PartialEq<DescribeBotVersionInput> for DescribeBotVersionInput
source§fn eq(&self, other: &DescribeBotVersionInput) -> bool
fn eq(&self, other: &DescribeBotVersionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.