@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadinessCheckSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ReadinessCheckSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReadinessCheckSummary |
clone() |
boolean |
equals(Object obj) |
String |
getReadiness()
The readiness of this ReadinessCheck
|
String |
getReadinessCheckName()
The name of a ReadinessCheck which is part of the given RecoveryGroup or Cell
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReadiness(String readiness)
The readiness of this ReadinessCheck
|
void |
setReadinessCheckName(String readinessCheckName)
The name of a ReadinessCheck which is part of the given RecoveryGroup or Cell
|
String |
toString()
Returns a string representation of this object.
|
ReadinessCheckSummary |
withReadiness(Readiness readiness)
The readiness of this ReadinessCheck
|
ReadinessCheckSummary |
withReadiness(String readiness)
The readiness of this ReadinessCheck
|
ReadinessCheckSummary |
withReadinessCheckName(String readinessCheckName)
The name of a ReadinessCheck which is part of the given RecoveryGroup or Cell
|
public void setReadiness(String readiness)
readiness - The readiness of this ReadinessCheckReadinesspublic String getReadiness()
Readinesspublic ReadinessCheckSummary withReadiness(String readiness)
readiness - The readiness of this ReadinessCheckReadinesspublic ReadinessCheckSummary withReadiness(Readiness readiness)
readiness - The readiness of this ReadinessCheckReadinesspublic void setReadinessCheckName(String readinessCheckName)
readinessCheckName - The name of a ReadinessCheck which is part of the given RecoveryGroup or Cellpublic String getReadinessCheckName()
public ReadinessCheckSummary withReadinessCheckName(String readinessCheckName)
readinessCheckName - The name of a ReadinessCheck which is part of the given RecoveryGroup or Cellpublic String toString()
toString in class ObjectObject.toString()public ReadinessCheckSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.