|
|||||||
| 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
Describe Volume Status Result
| Constructor Summary | |
|---|---|
DescribeVolumeStatusResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
Returns the value of the NextToken property for this object. |
List<VolumeStatusItem> |
getVolumeStatuses()
Returns the value of the VolumeStatuses property for this object. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
void |
setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Sets the value of the VolumeStatuses property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumeStatusResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object. |
DescribeVolumeStatusResult |
withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Sets the value of the VolumeStatuses property for this object. |
DescribeVolumeStatusResult |
withVolumeStatuses(VolumeStatusItem... volumeStatuses)
Sets the value of the VolumeStatuses property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVolumeStatusResult()
| Method Detail |
|---|
public List<VolumeStatusItem> getVolumeStatuses()
public void setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
volumeStatuses - The new value for the VolumeStatuses property for this object.public DescribeVolumeStatusResult withVolumeStatuses(VolumeStatusItem... volumeStatuses)
Returns a reference to this object so that method calls can be chained together.
volumeStatuses - The new value for the VolumeStatuses property for this object.
public DescribeVolumeStatusResult withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Returns a reference to this object so that method calls can be chained together.
volumeStatuses - The new value for the VolumeStatuses property for this object.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public DescribeVolumeStatusResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.
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 | ||||||