* The token that identifies which batch of results you want to see. *
*/ private String nextToken; /** ** The readiness status at a recovery group level. *
*/ private String readiness; /** ** Summaries of the readiness checks for the recovery group. *
*/ private java.util.List* The token that identifies which batch of results you want to see. *
* * @param nextToken * The token that identifies which batch of results you want to see. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** The token that identifies which batch of results you want to see. *
* * @return The token that identifies which batch of results you want to see. */ public String getNextToken() { return this.nextToken; } /** ** The token that identifies which batch of results you want to see. *
* * @param nextToken * The token that identifies which batch of results you want to see. * @return Returns a reference to this object so that method calls can be chained together. */ public GetRecoveryGroupReadinessSummaryResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** The readiness status at a recovery group level. *
* * @param readiness * The readiness status at a recovery group level. * @see Readiness */ public void setReadiness(String readiness) { this.readiness = readiness; } /** ** The readiness status at a recovery group level. *
* * @return The readiness status at a recovery group level. * @see Readiness */ public String getReadiness() { return this.readiness; } /** ** The readiness status at a recovery group level. *
* * @param readiness * The readiness status at a recovery group level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetRecoveryGroupReadinessSummaryResult withReadiness(String readiness) { setReadiness(readiness); return this; } /** ** The readiness status at a recovery group level. *
* * @param readiness * The readiness status at a recovery group level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetRecoveryGroupReadinessSummaryResult withReadiness(Readiness readiness) { this.readiness = readiness.toString(); return this; } /** ** Summaries of the readiness checks for the recovery group. *
* * @return Summaries of the readiness checks for the recovery group. */ public java.util.List* Summaries of the readiness checks for the recovery group. *
* * @param readinessChecks * Summaries of the readiness checks for the recovery group. */ public void setReadinessChecks(java.util.Collection* Summaries of the readiness checks for the recovery group. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setReadinessChecks(java.util.Collection)} or {@link #withReadinessChecks(java.util.Collection)} if you * want to override the existing values. *
* * @param readinessChecks * Summaries of the readiness checks for the recovery group. * @return Returns a reference to this object so that method calls can be chained together. */ public GetRecoveryGroupReadinessSummaryResult withReadinessChecks(ReadinessCheckSummary... readinessChecks) { if (this.readinessChecks == null) { setReadinessChecks(new java.util.ArrayList* Summaries of the readiness checks for the recovery group. *
* * @param readinessChecks * Summaries of the readiness checks for the recovery group. * @return Returns a reference to this object so that method calls can be chained together. */ public GetRecoveryGroupReadinessSummaryResult withReadinessChecks(java.util.Collection