@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.ApplicationHealthStatuspublic String getHealthStatus()
Application aggregated status health status.
ApplicationHealthStatuspublic ApplicationAggregatedStatus withHealthStatus(String healthStatus)
Application aggregated status health status.
healthStatus - Application aggregated status health status.ApplicationHealthStatuspublic ApplicationAggregatedStatus withHealthStatus(ApplicationHealthStatus healthStatus)
Application aggregated status health status.
healthStatus - Application aggregated status health status.ApplicationHealthStatuspublic 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.ApplicationProgressStatuspublic String getProgressStatus()
Application aggregated status progress status.
ApplicationProgressStatuspublic ApplicationAggregatedStatus withProgressStatus(String progressStatus)
Application aggregated status progress status.
progressStatus - Application aggregated status progress status.ApplicationProgressStatuspublic ApplicationAggregatedStatus withProgressStatus(ApplicationProgressStatus progressStatus)
Application aggregated status progress status.
progressStatus - Application aggregated status progress status.ApplicationProgressStatuspublic 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 ObjectObject.toString()public ApplicationAggregatedStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.