Class DescribeRegionsResult

    • Constructor Detail

      • DescribeRegionsResult

        public DescribeRegionsResult()
    • Method Detail

      • getRegions

        public List<Region> getRegions()

        Information about one or more regions.

        Returns:
        Information about one or more regions.
      • setRegions

        public void setRegions​(Collection<Region> regions)

        Information about one or more regions.

        Parameters:
        regions - Information about one or more regions.
      • withRegions

        public DescribeRegionsResult withRegions​(Collection<Region> regions)

        Information about one or more regions.

        Parameters:
        regions - Information about one or more regions.
        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