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