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