public class PutPipelineDefinitionResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of the PutPipelineDefinition action.
| コンストラクタと説明 |
|---|
PutPipelineDefinitionResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getErrored()
If
True, there were validation errors. |
java.util.List<ValidationError> |
getValidationErrors()
A list of the validation errors that are associated with the objects
defined in
pipelineObjects. |
java.util.List<ValidationWarning> |
getValidationWarnings()
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects. |
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)
A list of the validation errors that are associated with the objects
defined in
pipelineObjects. |
void |
setValidationWarnings(java.util.Collection<ValidationWarning> validationWarnings)
A list of the validation warnings that are associated with the objects
defined in
pipelineObjects. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutPipelineDefinitionResult |
withErrored(java.lang.Boolean errored)
If
True, there were validation errors. |
PutPipelineDefinitionResult |
withValidationErrors(java.util.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(java.util.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 java.util.List<ValidationError> getValidationErrors()
pipelineObjects.pipelineObjects.public void setValidationErrors(java.util.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(java.util.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 java.util.List<ValidationWarning> getValidationWarnings()
pipelineObjects.pipelineObjects.public void setValidationWarnings(java.util.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(java.util.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object