* Top level messages for readiness check status *
*/ private java.util.List* The token that identifies which batch of results you want to see. *
*/ private String nextToken; /** ** The readiness at rule level. *
*/ private String readiness; /** ** Summary of the readiness of resources. *
*/ private java.util.List* Top level messages for readiness check status *
* * @return Top level messages for readiness check status */ public java.util.List* Top level messages for readiness check status *
* * @param messages * Top level messages for readiness check status */ public void setMessages(java.util.Collection* Top level messages for readiness check status *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override * the existing values. *
* * @param messages * Top level messages for readiness check status * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadinessCheckStatusResult withMessages(Message... messages) { if (this.messages == null) { setMessages(new java.util.ArrayList* Top level messages for readiness check status *
* * @param messages * Top level messages for readiness check status * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadinessCheckStatusResult withMessages(java.util.Collection* 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 GetReadinessCheckStatusResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** The readiness at rule level. *
* * @param readiness * The readiness at rule level. * @see Readiness */ public void setReadiness(String readiness) { this.readiness = readiness; } /** ** The readiness at rule level. *
* * @return The readiness at rule level. * @see Readiness */ public String getReadiness() { return this.readiness; } /** ** The readiness at rule level. *
* * @param readiness * The readiness at rule level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetReadinessCheckStatusResult withReadiness(String readiness) { setReadiness(readiness); return this; } /** ** The readiness at rule level. *
* * @param readiness * The readiness at rule level. * @return Returns a reference to this object so that method calls can be chained together. * @see Readiness */ public GetReadinessCheckStatusResult withReadiness(Readiness readiness) { this.readiness = readiness.toString(); return this; } /** ** Summary of the readiness of resources. *
* * @return Summary of the readiness of resources. */ public java.util.List* Summary of the readiness of resources. *
* * @param resources * Summary of the readiness of resources. */ public void setResources(java.util.Collection* Summary of the readiness of resources. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setResources(java.util.Collection)} or {@link #withResources(java.util.Collection)} if you want to * override the existing values. *
* * @param resources * Summary of the readiness of resources. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadinessCheckStatusResult withResources(ResourceResult... resources) { if (this.resources == null) { setResources(new java.util.ArrayList* Summary of the readiness of resources. *
* * @param resources * Summary of the readiness of resources. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadinessCheckStatusResult withResources(java.util.Collection