#[non_exhaustive]pub struct NotifyApplicationStateInput { /* private fields */ }Implementations§
source§impl NotifyApplicationStateInput
impl NotifyApplicationStateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<NotifyApplicationState, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<NotifyApplicationState, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<NotifyApplicationState>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotifyApplicationStateInput.
source§impl NotifyApplicationStateInput
impl NotifyApplicationStateInput
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.
sourcepub fn status(&self) -> Option<&ApplicationStatus>
pub fn status(&self) -> Option<&ApplicationStatus>
Status of the application - Not Started, In-Progress, Complete.
sourcepub fn update_date_time(&self) -> Option<&DateTime>
pub fn update_date_time(&self) -> Option<&DateTime>
The timestamp when the application state changed.
Trait Implementations§
source§impl Clone for NotifyApplicationStateInput
impl Clone for NotifyApplicationStateInput
source§fn clone(&self) -> NotifyApplicationStateInput
fn clone(&self) -> NotifyApplicationStateInput
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 NotifyApplicationStateInput
impl Debug for NotifyApplicationStateInput
source§impl PartialEq<NotifyApplicationStateInput> for NotifyApplicationStateInput
impl PartialEq<NotifyApplicationStateInput> for NotifyApplicationStateInput
source§fn eq(&self, other: &NotifyApplicationStateInput) -> bool
fn eq(&self, other: &NotifyApplicationStateInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.