* The retrieved list of schemas. *
*/ private java.util.List* Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be * retrieved. *
*/ private java.util.List* The retrieved list of schemas. *
* * @return The retrieved list of schemas. */ public java.util.List* The retrieved list of schemas. *
* * @param schemas * The retrieved list of schemas. */ public void setSchemas(java.util.Collection* The retrieved list of schemas. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSchemas(java.util.Collection)} or {@link #withSchemas(java.util.Collection)} if you want to override * the existing values. *
* * @param schemas * The retrieved list of schemas. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetSchemaResult withSchemas(Schema... schemas) { if (this.schemas == null) { setSchemas(new java.util.ArrayList* The retrieved list of schemas. *
* * @param schemas * The retrieved list of schemas. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetSchemaResult withSchemas(java.util.Collection* Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be * retrieved. *
* * @return Error reasons for schemas that could not be retrieved. One error is returned for every schema that could * not be retrieved. */ public java.util.List* Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be * retrieved. *
* * @param errors * Error reasons for schemas that could not be retrieved. One error is returned for every schema that could * not be retrieved. */ public void setErrors(java.util.Collection* Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be * retrieved. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * Error reasons for schemas that could not be retrieved. One error is returned for every schema that could * not be retrieved. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetSchemaResult withErrors(BatchGetSchemaError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be * retrieved. *
* * @param errors * Error reasons for schemas that could not be retrieved. One error is returned for every schema that could * not be retrieved. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetSchemaResult withErrors(java.util.Collection