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