public class DescribeRegionsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeRegionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Region> |
getRegions()
Information about one or more regions.
|
int |
hashCode() |
void |
setRegions(Collection<Region> regions)
Information about one or more regions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public List<Region> getRegions()
Information about one or more regions.
public void setRegions(Collection<Region> regions)
Information about one or more regions.
regions
- Information about one or more regions.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.