public class DescribeVolumeStatusResult extends Object implements Serializable
Constructor and Description |
---|
DescribeVolumeStatusResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.