|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeRegionsResult
public class DescribeRegionsResult
| Constructor Summary | |
|---|---|
DescribeRegionsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Region> |
getRegions()
Information about one or more regions. |
int |
hashCode()
|
void |
setRegions(java.util.Collection<Region> regions)
Information about one or more regions. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeRegionsResult |
withRegions(java.util.Collection<Region> regions)
Information about one or more regions. |
DescribeRegionsResult |
withRegions(Region... regions)
Information about one or more regions. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeRegionsResult()
| Method Detail |
|---|
public java.util.List<Region> getRegions()
public void setRegions(java.util.Collection<Region> regions)
regions - Information about one or more regions.public DescribeRegionsResult withRegions(Region... regions)
Returns a reference to this object so that method calls can be chained together.
regions - Information about one or more regions.
public DescribeRegionsResult withRegions(java.util.Collection<Region> regions)
Returns a reference to this object so that method calls can be chained together.
regions - Information about one or more regions.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||