@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WaveAggregatedStatus extends Object implements Serializable, Cloneable, StructuredPojo
Wave aggregated status.
Constructor and Description |
---|
WaveAggregatedStatus() |
Modifier and Type | Method and Description |
---|---|
WaveAggregatedStatus |
clone() |
boolean |
equals(Object obj) |
String |
getHealthStatus()
Wave aggregated status health status.
|
String |
getLastUpdateDateTime()
Wave aggregated status last update dateTime.
|
String |
getProgressStatus()
Wave aggregated status progress status.
|
String |
getReplicationStartedDateTime()
DateTime marking when the first source server in the wave started replication.
|
Long |
getTotalApplications()
Wave aggregated status total applications amount.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHealthStatus(String healthStatus)
Wave aggregated status health status.
|
void |
setLastUpdateDateTime(String lastUpdateDateTime)
Wave aggregated status last update dateTime.
|
void |
setProgressStatus(String progressStatus)
Wave aggregated status progress status.
|
void |
setReplicationStartedDateTime(String replicationStartedDateTime)
DateTime marking when the first source server in the wave started replication.
|
void |
setTotalApplications(Long totalApplications)
Wave aggregated status total applications amount.
|
String |
toString()
Returns a string representation of this object.
|
WaveAggregatedStatus |
withHealthStatus(String healthStatus)
Wave aggregated status health status.
|
WaveAggregatedStatus |
withHealthStatus(WaveHealthStatus healthStatus)
Wave aggregated status health status.
|
WaveAggregatedStatus |
withLastUpdateDateTime(String lastUpdateDateTime)
Wave aggregated status last update dateTime.
|
WaveAggregatedStatus |
withProgressStatus(String progressStatus)
Wave aggregated status progress status.
|
WaveAggregatedStatus |
withProgressStatus(WaveProgressStatus progressStatus)
Wave aggregated status progress status.
|
WaveAggregatedStatus |
withReplicationStartedDateTime(String replicationStartedDateTime)
DateTime marking when the first source server in the wave started replication.
|
WaveAggregatedStatus |
withTotalApplications(Long totalApplications)
Wave aggregated status total applications amount.
|
public void setHealthStatus(String healthStatus)
Wave aggregated status health status.
healthStatus
- Wave aggregated status health status.WaveHealthStatus
public String getHealthStatus()
Wave aggregated status health status.
WaveHealthStatus
public WaveAggregatedStatus withHealthStatus(String healthStatus)
Wave aggregated status health status.
healthStatus
- Wave aggregated status health status.WaveHealthStatus
public WaveAggregatedStatus withHealthStatus(WaveHealthStatus healthStatus)
Wave aggregated status health status.
healthStatus
- Wave aggregated status health status.WaveHealthStatus
public void setLastUpdateDateTime(String lastUpdateDateTime)
Wave aggregated status last update dateTime.
lastUpdateDateTime
- Wave aggregated status last update dateTime.public String getLastUpdateDateTime()
Wave aggregated status last update dateTime.
public WaveAggregatedStatus withLastUpdateDateTime(String lastUpdateDateTime)
Wave aggregated status last update dateTime.
lastUpdateDateTime
- Wave aggregated status last update dateTime.public void setProgressStatus(String progressStatus)
Wave aggregated status progress status.
progressStatus
- Wave aggregated status progress status.WaveProgressStatus
public String getProgressStatus()
Wave aggregated status progress status.
WaveProgressStatus
public WaveAggregatedStatus withProgressStatus(String progressStatus)
Wave aggregated status progress status.
progressStatus
- Wave aggregated status progress status.WaveProgressStatus
public WaveAggregatedStatus withProgressStatus(WaveProgressStatus progressStatus)
Wave aggregated status progress status.
progressStatus
- Wave aggregated status progress status.WaveProgressStatus
public void setReplicationStartedDateTime(String replicationStartedDateTime)
DateTime marking when the first source server in the wave started replication.
replicationStartedDateTime
- DateTime marking when the first source server in the wave started replication.public String getReplicationStartedDateTime()
DateTime marking when the first source server in the wave started replication.
public WaveAggregatedStatus withReplicationStartedDateTime(String replicationStartedDateTime)
DateTime marking when the first source server in the wave started replication.
replicationStartedDateTime
- DateTime marking when the first source server in the wave started replication.public void setTotalApplications(Long totalApplications)
Wave aggregated status total applications amount.
totalApplications
- Wave aggregated status total applications amount.public Long getTotalApplications()
Wave aggregated status total applications amount.
public WaveAggregatedStatus withTotalApplications(Long totalApplications)
Wave aggregated status total applications amount.
totalApplications
- Wave aggregated status total applications amount.public String toString()
toString
in class Object
Object.toString()
public WaveAggregatedStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.