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