public class DescribeVolumeStatusResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeVolumeStatusResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object