* The token that identifies which batch of results you want to see. *
*/ private String nextToken; /** ** The readiness at a rule level. *
*/ private String readiness; /** ** Details of the rule's results. *
*/ 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 GetReadinessCheckResourceStatusResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** The readiness at a rule level. *
* * @param readiness * The readiness at a rule level. * @see Readiness */ public void setReadiness(String readiness) { this.readiness = readiness; } /** ** The readiness at a rule level. *
* * @return The readiness at a rule level. * @see Readiness */ public String getReadiness() { return this.readiness; } /** ** The readiness at a rule level. *
* * @param readiness * The readiness at a rule level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetReadinessCheckResourceStatusResult withReadiness(String readiness) { setReadiness(readiness); return this; } /** ** The readiness at a rule level. *
* * @param readiness * The readiness at a rule level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetReadinessCheckResourceStatusResult withReadiness(Readiness readiness) { this.readiness = readiness.toString(); return this; } /** ** Details of the rule's results. *
* * @return Details of the rule's results. */ public java.util.List* Details of the rule's results. *
* * @param rules * Details of the rule's results. */ public void setRules(java.util.Collection* Details of the rule's results. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the * existing values. *
* * @param rules * Details of the rule's results. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadinessCheckResourceStatusResult withRules(RuleResult... rules) { if (this.rules == null) { setRules(new java.util.ArrayList* Details of the rule's results. *
* * @param rules * Details of the rule's results. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadinessCheckResourceStatusResult withRules(java.util.Collection