Class ListPipelinesResult

    • Constructor Detail

      • ListPipelinesResult

        public ListPipelinesResult()
    • Method Detail

      • setMarker

        public void setMarker​(String marker)

        The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

        Parameters:
        marker - The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.
      • getMarker

        public String getMarker()

        The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

        Returns:
        The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.
      • withMarker

        public ListPipelinesResult withMarker​(String marker)

        The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

        Parameters:
        marker - The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHasMoreResults

        public void setHasMoreResults​(Boolean hasMoreResults)

        Indicates whether there are more results that can be obtained by a subsequent call.

        Parameters:
        hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.
      • getHasMoreResults

        public Boolean getHasMoreResults()

        Indicates whether there are more results that can be obtained by a subsequent call.

        Returns:
        Indicates whether there are more results that can be obtained by a subsequent call.
      • withHasMoreResults

        public ListPipelinesResult withHasMoreResults​(Boolean hasMoreResults)

        Indicates whether there are more results that can be obtained by a subsequent call.

        Parameters:
        hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isHasMoreResults

        public Boolean isHasMoreResults()

        Indicates whether there are more results that can be obtained by a subsequent call.

        Returns:
        Indicates whether there are more results that can be obtained by a subsequent call.
      • 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