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