Class ListBranchesResult

    • Constructor Detail

      • ListBranchesResult

        public ListBranchesResult()
    • Method Detail

      • getBranches

        public List<String> getBranches()

        The list of branch names.

        Returns:
        The list of branch names.
      • setBranches

        public void setBranches​(Collection<String> branches)

        The list of branch names.

        Parameters:
        branches - The list of branch names.
      • withBranches

        public ListBranchesResult withBranches​(Collection<String> branches)

        The list of branch names.

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

        public void setNextToken​(String nextToken)

        An enumeration token that returns the batch of the results.

        Parameters:
        nextToken - An enumeration token that returns the batch of the results.
      • getNextToken

        public String getNextToken()

        An enumeration token that returns the batch of the results.

        Returns:
        An enumeration token that returns the batch of the results.
      • withNextToken

        public ListBranchesResult withNextToken​(String nextToken)

        An enumeration token that returns the batch of the results.

        Parameters:
        nextToken - An enumeration token that returns the batch of the results.
        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