Class ValidatePipelineDefinitionRequest

    • Constructor Detail

      • ValidatePipelineDefinitionRequest

        public ValidatePipelineDefinitionRequest()
    • Method Detail

      • setPipelineId

        public void setPipelineId​(String pipelineId)

        The ID of the pipeline.

        Parameters:
        pipelineId - The ID of the pipeline.
      • getPipelineId

        public String getPipelineId()

        The ID of the pipeline.

        Returns:
        The ID of the pipeline.
      • withPipelineId

        public ValidatePipelineDefinitionRequest withPipelineId​(String pipelineId)

        The ID of the pipeline.

        Parameters:
        pipelineId - The ID of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPipelineObjects

        public List<PipelineObject> getPipelineObjects()

        The objects that define the pipeline changes to validate against the pipeline.

        Returns:
        The objects that define the pipeline changes to validate against the pipeline.
      • setPipelineObjects

        public void setPipelineObjects​(Collection<PipelineObject> pipelineObjects)

        The objects that define the pipeline changes to validate against the pipeline.

        Parameters:
        pipelineObjects - The objects that define the pipeline changes to validate against the pipeline.
      • withPipelineObjects

        public ValidatePipelineDefinitionRequest withPipelineObjects​(Collection<PipelineObject> pipelineObjects)

        The objects that define the pipeline changes to validate against the pipeline.

        Parameters:
        pipelineObjects - The objects that define the pipeline changes to validate against the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getParameterObjects

        public List<ParameterObject> getParameterObjects()

        The parameter objects used with the pipeline.

        Returns:
        The parameter objects used with the pipeline.
      • setParameterObjects

        public void setParameterObjects​(Collection<ParameterObject> parameterObjects)

        The parameter objects used with the pipeline.

        Parameters:
        parameterObjects - The parameter objects used with the pipeline.
      • withParameterObjects

        public ValidatePipelineDefinitionRequest withParameterObjects​(Collection<ParameterObject> parameterObjects)

        The parameter objects used with the pipeline.

        Parameters:
        parameterObjects - The parameter objects used with the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getParameterValues

        public List<ParameterValue> getParameterValues()

        The parameter values used with the pipeline.

        Returns:
        The parameter values used with the pipeline.
      • setParameterValues

        public void setParameterValues​(Collection<ParameterValue> parameterValues)

        The parameter values used with the pipeline.

        Parameters:
        parameterValues - The parameter values used with the pipeline.
      • withParameterValues

        public ValidatePipelineDefinitionRequest withParameterValues​(Collection<ParameterValue> parameterValues)

        The parameter values used with the pipeline.

        Parameters:
        parameterValues - The parameter values used with the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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