@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRecoveryGroupReadinessSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRecoveryGroupReadinessSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetRecoveryGroupReadinessSummaryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
String |
getReadiness()
The readiness status at a recovery group level.
|
List<ReadinessCheckSummary> |
getReadinessChecks()
Summaries of the readiness checks for the recovery group.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
void |
setReadiness(String readiness)
The readiness status at a recovery group level.
|
void |
setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries of the readiness checks for the recovery group.
|
String |
toString()
Returns a string representation of this object.
|
GetRecoveryGroupReadinessSummaryResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
GetRecoveryGroupReadinessSummaryResult |
withReadiness(Readiness readiness)
The readiness status at a recovery group level.
|
GetRecoveryGroupReadinessSummaryResult |
withReadiness(String readiness)
The readiness status at a recovery group level.
|
GetRecoveryGroupReadinessSummaryResult |
withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries of the readiness checks for the recovery group.
|
GetRecoveryGroupReadinessSummaryResult |
withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries of the readiness checks for the recovery group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetRecoveryGroupReadinessSummaryResult()
public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public GetRecoveryGroupReadinessSummaryResult withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public void setReadiness(String readiness)
The readiness status at a recovery group level.
readiness
- The readiness status at a recovery group level.Readiness
public String getReadiness()
The readiness status at a recovery group level.
Readiness
public GetRecoveryGroupReadinessSummaryResult withReadiness(String readiness)
The readiness status at a recovery group level.
readiness
- The readiness status at a recovery group level.Readiness
public GetRecoveryGroupReadinessSummaryResult withReadiness(Readiness readiness)
The readiness status at a recovery group level.
readiness
- The readiness status at a recovery group level.Readiness
public List<ReadinessCheckSummary> getReadinessChecks()
Summaries of the readiness checks for the recovery group.
public void setReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries of the readiness checks for the recovery group.
readinessChecks
- Summaries of the readiness checks for the recovery group.public GetRecoveryGroupReadinessSummaryResult withReadinessChecks(ReadinessCheckSummary... readinessChecks)
Summaries of the readiness checks for the recovery group.
NOTE: This method appends the values to the existing list (if any). Use
setReadinessChecks(java.util.Collection)
or withReadinessChecks(java.util.Collection)
if you
want to override the existing values.
readinessChecks
- Summaries of the readiness checks for the recovery group.public GetRecoveryGroupReadinessSummaryResult withReadinessChecks(Collection<ReadinessCheckSummary> readinessChecks)
Summaries of the readiness checks for the recovery group.
readinessChecks
- Summaries of the readiness checks for the recovery group.public String toString()
toString
in class Object
Object.toString()
public GetRecoveryGroupReadinessSummaryResult clone()