ApplicationState class

The state of an application discovered through Migration Hub import, the AWS Agentless Discovery Connector, or the AWS Application Discovery Agent.

Constructors

ApplicationState({String? applicationId, ApplicationStatus? applicationStatus, DateTime? lastUpdatedTime})
ApplicationState.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The configurationId from the Application Discovery Service that uniquely identifies an application.
final
applicationStatus ApplicationStatus?
The current status of an application.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The timestamp when the application status was last updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited