@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)
Marshalls this structured data using the given
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 ReadinessCheckReadiness
public String getReadiness()
Readiness
public ReadinessCheckSummary withReadiness(String readiness)
readiness
- The readiness of this ReadinessCheckReadiness
public ReadinessCheckSummary withReadiness(Readiness readiness)
readiness
- The readiness of this ReadinessCheckReadiness
public 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 Object
Object.toString()
public ReadinessCheckSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.