Struct aws_sdk_devopsguru::operation::describe_anomaly::builders::DescribeAnomalyInputBuilder
source · #[non_exhaustive]pub struct DescribeAnomalyInputBuilder { /* private fields */ }
Expand description
A builder for DescribeAnomalyInput
.
Implementations§
source§impl DescribeAnomalyInputBuilder
impl DescribeAnomalyInputBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The ID of the member account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The ID of the member account.
sourcepub fn build(self) -> Result<DescribeAnomalyInput, BuildError>
pub fn build(self) -> Result<DescribeAnomalyInput, BuildError>
Consumes the builder and constructs a DescribeAnomalyInput
.
Trait Implementations§
source§impl Clone for DescribeAnomalyInputBuilder
impl Clone for DescribeAnomalyInputBuilder
source§fn clone(&self) -> DescribeAnomalyInputBuilder
fn clone(&self) -> DescribeAnomalyInputBuilder
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 DescribeAnomalyInputBuilder
impl Debug for DescribeAnomalyInputBuilder
source§impl Default for DescribeAnomalyInputBuilder
impl Default for DescribeAnomalyInputBuilder
source§fn default() -> DescribeAnomalyInputBuilder
fn default() -> DescribeAnomalyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeAnomalyInputBuilder> for DescribeAnomalyInputBuilder
impl PartialEq<DescribeAnomalyInputBuilder> for DescribeAnomalyInputBuilder
source§fn eq(&self, other: &DescribeAnomalyInputBuilder) -> bool
fn eq(&self, other: &DescribeAnomalyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.