public class PutPipelineDefinitionResult extends Object implements Serializable, Cloneable
Contains the output of PutPipelineDefinition.
| Constructor and Description |
|---|
PutPipelineDefinitionResult() |
| Modifier and Type | Method and Description |
|---|---|
PutPipelineDefinitionResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getErrored()
Indicates whether there were validation errors, and the pipeline
definition is stored but cannot be activated until you correct the
pipeline and call
PutPipelineDefinition to commit the
corrected pipeline. |
List<ValidationError> |
getValidationErrors()
The validation errors that are associated with the objects defined in
pipelineObjects. |
List<ValidationWarning> |
getValidationWarnings()
The validation warnings that are associated with the objects defined
in
pipelineObjects. |
int |
hashCode() |
Boolean |
isErrored()
Indicates whether there were validation errors, and the pipeline
definition is stored but cannot be activated until you correct the
pipeline and call
PutPipelineDefinition to commit the
corrected pipeline. |
void |
setErrored(Boolean errored)
Indicates whether there were validation errors, and the pipeline
definition is stored but cannot be activated until you correct the
pipeline and call
PutPipelineDefinition to commit the
corrected pipeline. |
void |
setValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects. |
void |
setValidationWarnings(Collection<ValidationWarning> validationWarnings)
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)
Indicates whether there were validation errors, and the pipeline
definition is stored but cannot be activated until you correct the
pipeline and call
PutPipelineDefinition to commit the
corrected pipeline. |
PutPipelineDefinitionResult |
withValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects. |
PutPipelineDefinitionResult |
withValidationErrors(ValidationError... validationErrors)
The validation errors that are associated with the objects defined in
pipelineObjects. |
PutPipelineDefinitionResult |
withValidationWarnings(Collection<ValidationWarning> validationWarnings)
The validation warnings that are associated with the objects defined
in
pipelineObjects. |
PutPipelineDefinitionResult |
withValidationWarnings(ValidationWarning... validationWarnings)
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 - The validation errors that are associated with the objects defined in
pipelineObjects.public PutPipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
pipelineObjects.
NOTE: This method appends the values to the existing list (if
any). Use setValidationErrors(java.util.Collection) or withValidationErrors(java.util.Collection) if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
validationErrors - 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 - 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 - The validation warnings that are associated with the objects defined
in pipelineObjects.public PutPipelineDefinitionResult withValidationWarnings(ValidationWarning... validationWarnings)
pipelineObjects.
NOTE: This method appends the values to the existing list (if
any). Use setValidationWarnings(java.util.Collection) or
withValidationWarnings(java.util.Collection) if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
validationWarnings - 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 - The validation warnings that are associated with the objects defined
in pipelineObjects.public Boolean isErrored()
PutPipelineDefinition to commit the
corrected pipeline.PutPipelineDefinition to commit the
corrected pipeline.public void setErrored(Boolean errored)
PutPipelineDefinition to commit the
corrected pipeline.errored - Indicates whether there were validation errors, and 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)
PutPipelineDefinition to commit the
corrected pipeline.
Returns a reference to this object so that method calls can be chained together.
errored - Indicates whether there were validation errors, and 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()
PutPipelineDefinition to commit the
corrected pipeline.PutPipelineDefinition to commit the
corrected pipeline.public String toString()
toString in class ObjectObject.toString()public PutPipelineDefinitionResult clone()
Copyright © 2015. All rights reserved.