Class ListPipelinesResult

    • Constructor Detail

      • ListPipelinesResult

        public ListPipelinesResult()
    • Method Detail

      • getPipelines

        public List<PipelineSummary> getPipelines()

        The list of pipelines.

        Returns:
        The list of pipelines.
      • setPipelines

        public void setPipelines​(Collection<PipelineSummary> pipelines)

        The list of pipelines.

        Parameters:
        pipelines - The list of pipelines.
      • withPipelines

        public ListPipelinesResult withPipelines​(Collection<PipelineSummary> pipelines)

        The list of pipelines.

        Parameters:
        pipelines - The list of pipelines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.

        Parameters:
        nextToken - If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
      • getNextToken

        public String getNextToken()

        If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.

        Returns:
        If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
      • withNextToken

        public ListPipelinesResult withNextToken​(String nextToken)

        If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.

        Parameters:
        nextToken - If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
        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