public class PutPipelineDefinitionResult extends Object implements Serializable
Contains the output of the PutPipelineDefinition action.
Constructor and Description |
---|
PutPipelineDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getErrored()
If
True , there were validation errors. |
List<ValidationError> |
getValidationErrors()
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
List<ValidationWarning> |
getValidationWarnings()
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
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)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
void |
setValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutPipelineDefinitionResult |
withErrored(Boolean errored)
If
True , there were validation errors. |
PutPipelineDefinitionResult |
withValidationErrors(Collection<ValidationError> validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
PutPipelineDefinitionResult |
withValidationErrors(ValidationError... validationErrors)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects . |
PutPipelineDefinitionResult |
withValidationWarnings(Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
PutPipelineDefinitionResult |
withValidationWarnings(ValidationWarning... validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects . |
public List<ValidationError> getValidationErrors()
pipelineObjects
.pipelineObjects
.public void setValidationErrors(Collection<ValidationError> validationErrors)
pipelineObjects
.validationErrors
- A list of the validation errors that are associated with the objects
defined in pipelineObjects
.public PutPipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
pipelineObjects
.
Returns a reference to this object so that method calls can be chained together.
validationErrors
- A list of the validation errors that are associated with the objects
defined in pipelineObjects
.public PutPipelineDefinitionResult withValidationErrors(Collection<ValidationError> validationErrors)
pipelineObjects
.
Returns a reference to this object so that method calls can be chained together.
validationErrors
- A list of the validation errors that are associated with the objects
defined in pipelineObjects
.public List<ValidationWarning> getValidationWarnings()
pipelineObjects
.pipelineObjects
.public void setValidationWarnings(Collection<ValidationWarning> validationWarnings)
pipelineObjects
.validationWarnings
- A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.public PutPipelineDefinitionResult withValidationWarnings(ValidationWarning... validationWarnings)
pipelineObjects
.
Returns a reference to this object so that method calls can be chained together.
validationWarnings
- A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.public PutPipelineDefinitionResult withValidationWarnings(Collection<ValidationWarning> validationWarnings)
pipelineObjects
.
Returns a reference to this object so that method calls can be chained together.
validationWarnings
- A list of the validation warnings that are associated with the objects
defined in pipelineObjects
.public Boolean isErrored()
True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.public void setErrored(Boolean errored)
True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.errored
- If True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.public PutPipelineDefinitionResult withErrored(Boolean errored)
True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.
Returns a reference to this object so that method calls can be chained together.
errored
- If True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.public Boolean getErrored()
True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.True
, there were validation errors. If errored is
True
, the pipeline definition is stored but cannot be
activated until you correct the pipeline and call
PutPipelineDefinition to commit the corrected pipeline.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.