Struct aws_sdk_migrationhub::operation::describe_application_state::DescribeApplicationStateInput
source · #[non_exhaustive]pub struct DescribeApplicationStateInput { /* private fields */ }Implementations§
source§impl DescribeApplicationStateInput
impl DescribeApplicationStateInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
source§impl DescribeApplicationStateInput
impl DescribeApplicationStateInput
sourcepub fn builder() -> DescribeApplicationStateInputBuilder
pub fn builder() -> DescribeApplicationStateInputBuilder
Creates a new builder-style object to manufacture DescribeApplicationStateInput.
source§impl DescribeApplicationStateInput
impl DescribeApplicationStateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeApplicationState, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeApplicationState, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeApplicationState>
Trait Implementations§
source§impl Clone for DescribeApplicationStateInput
impl Clone for DescribeApplicationStateInput
source§fn clone(&self) -> DescribeApplicationStateInput
fn clone(&self) -> DescribeApplicationStateInput
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 PartialEq<DescribeApplicationStateInput> for DescribeApplicationStateInput
impl PartialEq<DescribeApplicationStateInput> for DescribeApplicationStateInput
source§fn eq(&self, other: &DescribeApplicationStateInput) -> bool
fn eq(&self, other: &DescribeApplicationStateInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.