public class DescribeVolumeStatusResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeVolumeStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 ObjectObject.toString()Copyright © 2016. All rights reserved.