public class ValidatePipelineDefinitionResult extends Object implements Serializable
Contains the output from the ValidatePipelineDefinition action.
| Constructor and Description |
|---|
ValidatePipelineDefinitionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getErrored()
If
True, there were validation errors. |
List<ValidationError> |
getValidationErrors()
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
List<ValidationWarning> |
getValidationWarnings()
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
int |
hashCode() |
Boolean |
isErrored()
If
True, there were validation errors. |
void |
setErrored(Boolean errored)
If
True, there were validation errors. |
void |
setValidationErrors(Collection<ValidationError> validationErrors)
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
void |
setValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ValidatePipelineDefinitionResult |
withErrored(Boolean errored)
If
True, there were validation errors. |
ValidatePipelineDefinitionResult |
withValidationErrors(Collection<ValidationError> validationErrors)
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
ValidatePipelineDefinitionResult |
withValidationErrors(ValidationError... validationErrors)
Lists the validation errors that were found by
ValidatePipelineDefinition.
|
ValidatePipelineDefinitionResult |
withValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
ValidatePipelineDefinitionResult |
withValidationWarnings(ValidationWarning... validationWarnings)
Lists the validation warnings that were found by
ValidatePipelineDefinition.
|
public List<ValidationError> getValidationErrors()
public void setValidationErrors(Collection<ValidationError> validationErrors)
validationErrors - Lists the validation errors that were found by
ValidatePipelineDefinition.public ValidatePipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
Returns a reference to this object so that method calls can be chained together.
validationErrors - Lists the validation errors that were found by
ValidatePipelineDefinition.public ValidatePipelineDefinitionResult withValidationErrors(Collection<ValidationError> validationErrors)
Returns a reference to this object so that method calls can be chained together.
validationErrors - Lists the validation errors that were found by
ValidatePipelineDefinition.public List<ValidationWarning> getValidationWarnings()
public void setValidationWarnings(Collection<ValidationWarning> validationWarnings)
validationWarnings - Lists the validation warnings that were found by
ValidatePipelineDefinition.public ValidatePipelineDefinitionResult withValidationWarnings(ValidationWarning... validationWarnings)
Returns a reference to this object so that method calls can be chained together.
validationWarnings - Lists the validation warnings that were found by
ValidatePipelineDefinition.public ValidatePipelineDefinitionResult withValidationWarnings(Collection<ValidationWarning> validationWarnings)
Returns a reference to this object so that method calls can be chained together.
validationWarnings - Lists the validation warnings that were found by
ValidatePipelineDefinition.public Boolean isErrored()
True, there were validation errors.True, there were validation errors.public void setErrored(Boolean errored)
True, there were validation errors.errored - If True, there were validation errors.public ValidatePipelineDefinitionResult withErrored(Boolean errored)
True, there were validation errors.
Returns a reference to this object so that method calls can be chained together.
errored - If True, there were validation errors.public Boolean getErrored()
True, there were validation errors.True, there were validation errors.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.