|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeVolumesResult
public class DescribeVolumesResult
The result of describing your EBS volumes.
| Constructor Summary | |
|---|---|
DescribeVolumesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Volume> |
getVolumes()
The list of described EBS volumes. |
int |
hashCode()
|
void |
setVolumes(Collection<Volume> volumes)
The list of described EBS volumes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumesResult |
withVolumes(Collection<Volume> volumes)
The list of described EBS volumes. |
DescribeVolumesResult |
withVolumes(Volume... volumes)
The list of described EBS volumes. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVolumesResult()
| Method Detail |
|---|
public List<Volume> getVolumes()
public void setVolumes(Collection<Volume> volumes)
volumes - The list of described EBS volumes.public DescribeVolumesResult withVolumes(Volume... volumes)
Returns a reference to this object so that method calls can be chained together.
volumes - The list of described EBS volumes.
public DescribeVolumesResult withVolumes(Collection<Volume> volumes)
Returns a reference to this object so that method calls can be chained together.
volumes - The list of described EBS volumes.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||