* The token that identifies which batch of results you want to see. *
*/ private String nextToken; /** ** The readiness at a cell level. *
*/ private String readiness; /** ** Summaries for the readiness checks that make up the cell. *
*/ 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 GetCellReadinessSummaryResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** The readiness at a cell level. *
* * @param readiness * The readiness at a cell level. * @see Readiness */ public void setReadiness(String readiness) { this.readiness = readiness; } /** ** The readiness at a cell level. *
* * @return The readiness at a cell level. * @see Readiness */ public String getReadiness() { return this.readiness; } /** ** The readiness at a cell level. *
* * @param readiness * The readiness at a cell level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetCellReadinessSummaryResult withReadiness(String readiness) { setReadiness(readiness); return this; } /** ** The readiness at a cell level. *
* * @param readiness * The readiness at a cell level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetCellReadinessSummaryResult withReadiness(Readiness readiness) { this.readiness = readiness.toString(); return this; } /** ** Summaries for the readiness checks that make up the cell. *
* * @return Summaries for the readiness checks that make up the cell. */ public java.util.List* Summaries for the readiness checks that make up the cell. *
* * @param readinessChecks * Summaries for the readiness checks that make up the cell. */ public void setReadinessChecks(java.util.Collection* Summaries for the readiness checks that make up the cell. *
** 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 for the readiness checks that make up the cell. * @return Returns a reference to this object so that method calls can be chained together. */ public GetCellReadinessSummaryResult withReadinessChecks(ReadinessCheckSummary... readinessChecks) { if (this.readinessChecks == null) { setReadinessChecks(new java.util.ArrayList* Summaries for the readiness checks that make up the cell. *
* * @param readinessChecks * Summaries for the readiness checks that make up the cell. * @return Returns a reference to this object so that method calls can be chained together. */ public GetCellReadinessSummaryResult withReadinessChecks(java.util.Collection