Class PutPipelineDefinitionResult

    • Constructor Detail

      • PutPipelineDefinitionResult

        public PutPipelineDefinitionResult()
    • Method Detail

      • getValidationErrors

        public List<ValidationError> 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

        public void setValidationErrors​(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 in pipelineObjects.
      • 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 in pipelineObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getValidationWarnings

        public List<ValidationWarning> 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

        public void setValidationWarnings​(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 in pipelineObjects.
      • 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 in pipelineObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrored

        public 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.

        Parameters:
        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.
      • getErrored

        public 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.

        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

        public 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isErrored

        public 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.

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object