Struct aws_sdk_devopsguru::operation::describe_anomaly::builders::DescribeAnomalyOutputBuilder
source · #[non_exhaustive]pub struct DescribeAnomalyOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeAnomalyOutput
.
Implementations§
source§impl DescribeAnomalyOutputBuilder
impl DescribeAnomalyOutputBuilder
sourcepub fn proactive_anomaly(self, input: ProactiveAnomaly) -> Self
pub fn proactive_anomaly(self, input: ProactiveAnomaly) -> Self
A ProactiveAnomaly
object that represents the requested anomaly.
sourcepub fn set_proactive_anomaly(self, input: Option<ProactiveAnomaly>) -> Self
pub fn set_proactive_anomaly(self, input: Option<ProactiveAnomaly>) -> Self
A ProactiveAnomaly
object that represents the requested anomaly.
sourcepub fn reactive_anomaly(self, input: ReactiveAnomaly) -> Self
pub fn reactive_anomaly(self, input: ReactiveAnomaly) -> Self
A ReactiveAnomaly
object that represents the requested anomaly.
sourcepub fn set_reactive_anomaly(self, input: Option<ReactiveAnomaly>) -> Self
pub fn set_reactive_anomaly(self, input: Option<ReactiveAnomaly>) -> Self
A ReactiveAnomaly
object that represents the requested anomaly.
sourcepub fn build(self) -> DescribeAnomalyOutput
pub fn build(self) -> DescribeAnomalyOutput
Consumes the builder and constructs a DescribeAnomalyOutput
.
Trait Implementations§
source§impl Clone for DescribeAnomalyOutputBuilder
impl Clone for DescribeAnomalyOutputBuilder
source§fn clone(&self) -> DescribeAnomalyOutputBuilder
fn clone(&self) -> DescribeAnomalyOutputBuilder
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 DescribeAnomalyOutputBuilder
impl Debug for DescribeAnomalyOutputBuilder
source§impl Default for DescribeAnomalyOutputBuilder
impl Default for DescribeAnomalyOutputBuilder
source§fn default() -> DescribeAnomalyOutputBuilder
fn default() -> DescribeAnomalyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeAnomalyOutputBuilder> for DescribeAnomalyOutputBuilder
impl PartialEq<DescribeAnomalyOutputBuilder> for DescribeAnomalyOutputBuilder
source§fn eq(&self, other: &DescribeAnomalyOutputBuilder) -> bool
fn eq(&self, other: &DescribeAnomalyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.