@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationAggregatedStatus extends Object implements Serializable, Cloneable, StructuredPojo
Application aggregated status.
Constructor and Description |
---|
ApplicationAggregatedStatus() |
Modifier and Type | Method and Description |
---|---|
ApplicationAggregatedStatus |
clone() |
boolean |
equals(Object obj) |
String |
getHealthStatus()
Application aggregated status health status.
|
String |
getLastUpdateDateTime()
Application aggregated status last update dateTime.
|
String |
getProgressStatus()
Application aggregated status progress status.
|
Long |
getTotalSourceServers()
Application aggregated status total source servers amount.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHealthStatus(String healthStatus)
Application aggregated status health status.
|
void |
setLastUpdateDateTime(String lastUpdateDateTime)
Application aggregated status last update dateTime.
|
void |
setProgressStatus(String progressStatus)
Application aggregated status progress status.
|
void |
setTotalSourceServers(Long totalSourceServers)
Application aggregated status total source servers amount.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationAggregatedStatus |
withHealthStatus(ApplicationHealthStatus healthStatus)
Application aggregated status health status.
|
ApplicationAggregatedStatus |
withHealthStatus(String healthStatus)
Application aggregated status health status.
|
ApplicationAggregatedStatus |
withLastUpdateDateTime(String lastUpdateDateTime)
Application aggregated status last update dateTime.
|
ApplicationAggregatedStatus |
withProgressStatus(ApplicationProgressStatus progressStatus)
Application aggregated status progress status.
|
ApplicationAggregatedStatus |
withProgressStatus(String progressStatus)
Application aggregated status progress status.
|
ApplicationAggregatedStatus |
withTotalSourceServers(Long totalSourceServers)
Application aggregated status total source servers amount.
|
public void setHealthStatus(String healthStatus)
Application aggregated status health status.
healthStatus
- Application aggregated status health status.ApplicationHealthStatus
public String getHealthStatus()
Application aggregated status health status.
ApplicationHealthStatus
public ApplicationAggregatedStatus withHealthStatus(String healthStatus)
Application aggregated status health status.
healthStatus
- Application aggregated status health status.ApplicationHealthStatus
public ApplicationAggregatedStatus withHealthStatus(ApplicationHealthStatus healthStatus)
Application aggregated status health status.
healthStatus
- Application aggregated status health status.ApplicationHealthStatus
public void setLastUpdateDateTime(String lastUpdateDateTime)
Application aggregated status last update dateTime.
lastUpdateDateTime
- Application aggregated status last update dateTime.public String getLastUpdateDateTime()
Application aggregated status last update dateTime.
public ApplicationAggregatedStatus withLastUpdateDateTime(String lastUpdateDateTime)
Application aggregated status last update dateTime.
lastUpdateDateTime
- Application aggregated status last update dateTime.public void setProgressStatus(String progressStatus)
Application aggregated status progress status.
progressStatus
- Application aggregated status progress status.ApplicationProgressStatus
public String getProgressStatus()
Application aggregated status progress status.
ApplicationProgressStatus
public ApplicationAggregatedStatus withProgressStatus(String progressStatus)
Application aggregated status progress status.
progressStatus
- Application aggregated status progress status.ApplicationProgressStatus
public ApplicationAggregatedStatus withProgressStatus(ApplicationProgressStatus progressStatus)
Application aggregated status progress status.
progressStatus
- Application aggregated status progress status.ApplicationProgressStatus
public void setTotalSourceServers(Long totalSourceServers)
Application aggregated status total source servers amount.
totalSourceServers
- Application aggregated status total source servers amount.public Long getTotalSourceServers()
Application aggregated status total source servers amount.
public ApplicationAggregatedStatus withTotalSourceServers(Long totalSourceServers)
Application aggregated status total source servers amount.
totalSourceServers
- Application aggregated status total source servers amount.public String toString()
toString
in class Object
Object.toString()
public ApplicationAggregatedStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.