* A boolean indicating whether or not the pipeline configuration is valid. *
*/ private Boolean isValid; /** ** A list of errors if the configuration is invalid. *
*/ private java.util.List* A boolean indicating whether or not the pipeline configuration is valid. *
* * @param isValid * A boolean indicating whether or not the pipeline configuration is valid. */ public void setIsValid(Boolean isValid) { this.isValid = isValid; } /** ** A boolean indicating whether or not the pipeline configuration is valid. *
* * @return A boolean indicating whether or not the pipeline configuration is valid. */ public Boolean getIsValid() { return this.isValid; } /** ** A boolean indicating whether or not the pipeline configuration is valid. *
* * @param isValid * A boolean indicating whether or not the pipeline configuration is valid. * @return Returns a reference to this object so that method calls can be chained together. */ public ValidatePipelineResult withIsValid(Boolean isValid) { setIsValid(isValid); return this; } /** ** A boolean indicating whether or not the pipeline configuration is valid. *
* * @return A boolean indicating whether or not the pipeline configuration is valid. */ public Boolean isValid() { return this.isValid; } /** ** A list of errors if the configuration is invalid. *
* * @return A list of errors if the configuration is invalid. */ public java.util.List* A list of errors if the configuration is invalid. *
* * @param errors * A list of errors if the configuration is invalid. */ public void setErrors(java.util.Collection* A list of errors if the configuration is invalid. *
** 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 * A list of errors if the configuration is invalid. * @return Returns a reference to this object so that method calls can be chained together. */ public ValidatePipelineResult withErrors(ValidationMessage... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* A list of errors if the configuration is invalid. *
* * @param errors * A list of errors if the configuration is invalid. * @return Returns a reference to this object so that method calls can be chained together. */ public ValidatePipelineResult withErrors(java.util.Collection