@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadinessCheckSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.
| Constructor and Description |
|---|
ReadinessCheckSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReadinessCheckSummary |
clone() |
boolean |
equals(Object obj) |
String |
getReadiness()
The readiness status of this readiness check.
|
String |
getReadinessCheckName()
The name of a readiness check.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReadiness(String readiness)
The readiness status of this readiness check.
|
void |
setReadinessCheckName(String readinessCheckName)
The name of a readiness check.
|
String |
toString()
Returns a string representation of this object.
|
ReadinessCheckSummary |
withReadiness(Readiness readiness)
The readiness status of this readiness check.
|
ReadinessCheckSummary |
withReadiness(String readiness)
The readiness status of this readiness check.
|
ReadinessCheckSummary |
withReadinessCheckName(String readinessCheckName)
The name of a readiness check.
|
public void setReadiness(String readiness)
The readiness status of this readiness check.
readiness - The readiness status of this readiness check.Readinesspublic String getReadiness()
The readiness status of this readiness check.
Readinesspublic ReadinessCheckSummary withReadiness(String readiness)
The readiness status of this readiness check.
readiness - The readiness status of this readiness check.Readinesspublic ReadinessCheckSummary withReadiness(Readiness readiness)
The readiness status of this readiness check.
readiness - The readiness status of this readiness check.Readinesspublic void setReadinessCheckName(String readinessCheckName)
The name of a readiness check.
readinessCheckName - The name of a readiness check.public String getReadinessCheckName()
The name of a readiness check.
public ReadinessCheckSummary withReadinessCheckName(String readinessCheckName)
The name of a readiness check.
readinessCheckName - The name of a readiness check.public String toString()
toString in class ObjectObject.toString()public ReadinessCheckSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.