|
Did this page help you?Yes No Tell us about it... |
||||||
| 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(java.lang.Object obj)
|
java.lang.String |
getNextToken()
Returns the value of the NextToken property for this object. |
java.util.List<VolumeStatusItem> |
getVolumeStatuses()
Returns the value of the VolumeStatuses property for this object. |
int |
hashCode()
|
void |
setNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object. |
void |
setVolumeStatuses(java.util.Collection<VolumeStatusItem> volumeStatuses)
Sets the value of the VolumeStatuses property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeVolumeStatusResult |
withNextToken(java.lang.String nextToken)
Sets the value of the NextToken property for this object. |
DescribeVolumeStatusResult |
withVolumeStatuses(java.util.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 java.util.List<VolumeStatusItem> getVolumeStatuses()
public void setVolumeStatuses(java.util.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(java.util.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 java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The new value for the NextToken property for this object.public DescribeVolumeStatusResult withNextToken(java.lang.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 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 | ||||||