|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidatePipelineDefinitionResult()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |