public class DescribeVolumesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeVolumesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Volume> |
getVolumes() |
int |
hashCode() |
void |
setVolumes(java.util.Collection<Volume> volumes) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVolumesResult |
withVolumes(java.util.Collection<Volume> volumes)
Returns a reference to this object so that method calls can be chained together.
|
DescribeVolumesResult |
withVolumes(Volume... volumes)
Returns a reference to this object so that method calls can be chained together.
|
public java.util.List<Volume> getVolumes()
public void setVolumes(java.util.Collection<Volume> volumes)
volumes - public DescribeVolumesResult withVolumes(Volume... volumes)
Returns a reference to this object so that method calls can be chained together.
volumes - public DescribeVolumesResult withVolumes(java.util.Collection<Volume> volumes)
Returns a reference to this object so that method calls can be chained together.
volumes - 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