|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
public class ValidatePipelineDefinitionResult
Contains the output from the ValidatePipelineDefinition action.
Constructor Summary | |
---|---|
ValidatePipelineDefinitionResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getErrored()
If True , there were validation errors. |
java.util.List<ValidationError> |
getValidationErrors()
Lists the validation errors that were found by ValidatePipelineDefinition. |
int |
hashCode()
|
java.lang.Boolean |
isErrored()
If True , there were validation errors. |
void |
setErrored(java.lang.Boolean errored)
If True , there were validation errors. |
void |
setValidationErrors(java.util.Collection<ValidationError> validationErrors)
Lists the validation errors that were found by ValidatePipelineDefinition. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ValidatePipelineDefinitionResult |
withErrored(java.lang.Boolean errored)
If True , there were validation errors. |
ValidatePipelineDefinitionResult |
withValidationErrors(java.util.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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidatePipelineDefinitionResult()
Method Detail |
---|
public java.util.List<ValidationError> getValidationErrors()
public void setValidationErrors(java.util.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(java.util.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 java.lang.Boolean isErrored()
True
, there were validation errors.
True
, there were validation errors.public void setErrored(java.lang.Boolean errored)
True
, there were validation errors.
errored
- If True
, there were validation errors.public ValidatePipelineDefinitionResult withErrored(java.lang.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 java.lang.Boolean getErrored()
True
, there were validation errors.
True
, there were validation errors.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |