|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeVolumeStatusResult
public class DescribeVolumeStatusResult
Constructor Summary | |
---|---|
DescribeVolumeStatusResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
The next paginated set of results to return. |
List<VolumeStatusItem> |
getVolumeStatuses()
A list of volumes. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
The next paginated set of results to return. |
void |
setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
A list of volumes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumeStatusResult |
withNextToken(String nextToken)
The next paginated set of results to return. |
DescribeVolumeStatusResult |
withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
A list of volumes. |
DescribeVolumeStatusResult |
withVolumeStatuses(VolumeStatusItem... volumeStatuses)
A list of volumes. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeVolumeStatusResult()
Method Detail |
---|
public List<VolumeStatusItem> getVolumeStatuses()
public void setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
volumeStatuses
- A list of volumes.public DescribeVolumeStatusResult withVolumeStatuses(VolumeStatusItem... volumeStatuses)
Returns a reference to this object so that method calls can be chained together.
volumeStatuses
- A list of volumes.
public DescribeVolumeStatusResult withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Returns a reference to this object so that method calls can be chained together.
volumeStatuses
- A list of volumes.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The next paginated set of results to return.public DescribeVolumeStatusResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The next paginated set of results to return.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |