Class PutPipelineDefinitionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of PutPipelineDefinition.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and callPutPipelineDefinition
to commit the corrected pipeline.The validation errors that are associated with the objects defined inpipelineObjects
.The validation warnings that are associated with the objects defined inpipelineObjects
.int
hashCode()
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and callPutPipelineDefinition
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 callPutPipelineDefinition
to commit the corrected pipeline.void
setValidationErrors
(Collection<ValidationError> validationErrors) The validation errors that are associated with the objects defined inpipelineObjects
.void
setValidationWarnings
(Collection<ValidationWarning> validationWarnings) The validation warnings that are associated with the objects defined inpipelineObjects
.toString()
Returns a string representation of this object; useful for testing and debugging.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 callPutPipelineDefinition
to commit the corrected pipeline.withValidationErrors
(ValidationError... validationErrors) The validation errors that are associated with the objects defined inpipelineObjects
.withValidationErrors
(Collection<ValidationError> validationErrors) The validation errors that are associated with the objects defined inpipelineObjects
.withValidationWarnings
(ValidationWarning... validationWarnings) The validation warnings that are associated with the objects defined inpipelineObjects
.withValidationWarnings
(Collection<ValidationWarning> validationWarnings) The validation warnings that are associated with the objects defined inpipelineObjects
.
-
Constructor Details
-
PutPipelineDefinitionResult
public PutPipelineDefinitionResult()
-
-
Method Details
-
getValidationErrors
The validation errors that are associated with the objects defined in
pipelineObjects
.- Returns:
- The validation errors that are associated with the objects
defined in
pipelineObjects
.
-
setValidationErrors
The validation errors that are associated with the objects defined in
pipelineObjects
.- Parameters:
validationErrors
- The validation errors that are associated with the objects defined inpipelineObjects
.
-
withValidationErrors
The validation errors that are associated with the objects defined in
pipelineObjects
.NOTE: This method appends the values to the existing list (if any). Use
setValidationErrors(java.util.Collection)
orwithValidationErrors(java.util.Collection)
if you want to override the existing values.- Parameters:
validationErrors
- The validation errors that are associated with the objects defined inpipelineObjects
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withValidationErrors
public PutPipelineDefinitionResult withValidationErrors(Collection<ValidationError> validationErrors) The validation errors that are associated with the objects defined in
pipelineObjects
.- Parameters:
validationErrors
- The validation errors that are associated with the objects defined inpipelineObjects
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getValidationWarnings
The validation warnings that are associated with the objects defined in
pipelineObjects
.- Returns:
- The validation warnings that are associated with the objects
defined in
pipelineObjects
.
-
setValidationWarnings
The validation warnings that are associated with the objects defined in
pipelineObjects
.- Parameters:
validationWarnings
- The validation warnings that are associated with the objects defined inpipelineObjects
.
-
withValidationWarnings
The validation warnings that are associated with the objects defined in
pipelineObjects
.NOTE: This method appends the values to the existing list (if any). Use
setValidationWarnings(java.util.Collection)
orwithValidationWarnings(java.util.Collection)
if you want to override the existing values.- Parameters:
validationWarnings
- The validation warnings that are associated with the objects defined inpipelineObjects
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withValidationWarnings
public PutPipelineDefinitionResult withValidationWarnings(Collection<ValidationWarning> validationWarnings) The validation warnings that are associated with the objects defined in
pipelineObjects
.- Parameters:
validationWarnings
- The validation warnings that are associated with the objects defined inpipelineObjects
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrored
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.- Parameters:
errored
- Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and callPutPipelineDefinition
to commit the corrected pipeline.
-
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.- Returns:
- 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.
-
withErrored
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.- Parameters:
errored
- Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and callPutPipelineDefinition
to commit the corrected pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Returns:
- 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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-