public class VolumeStatusItem
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
VolumeStatusItem() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<VolumeStatusAction> |
getActions()
Returns the value of the Actions property for this object.
|
java.lang.String |
getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object.
|
java.util.List<VolumeStatusEvent> |
getEvents()
Returns the value of the Events property for this object.
|
java.lang.String |
getVolumeId()
Returns the value of the VolumeId property for this object.
|
VolumeStatusInfo |
getVolumeStatus()
Returns the value of the VolumeStatus property for this object.
|
int |
hashCode() |
void |
setActions(java.util.Collection<VolumeStatusAction> actions)
Sets the value of the Actions property for this object.
|
void |
setAvailabilityZone(java.lang.String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
void |
setEvents(java.util.Collection<VolumeStatusEvent> events)
Sets the value of the Events property for this object.
|
void |
setVolumeId(java.lang.String volumeId)
Sets the value of the VolumeId property for this object.
|
void |
setVolumeStatus(VolumeStatusInfo volumeStatus)
Sets the value of the VolumeStatus property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeStatusItem |
withActions(java.util.Collection<VolumeStatusAction> actions)
Sets the value of the Actions property for this object.
|
VolumeStatusItem |
withActions(VolumeStatusAction... actions)
Sets the value of the Actions property for this object.
|
VolumeStatusItem |
withAvailabilityZone(java.lang.String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
VolumeStatusItem |
withEvents(java.util.Collection<VolumeStatusEvent> events)
Sets the value of the Events property for this object.
|
VolumeStatusItem |
withEvents(VolumeStatusEvent... events)
Sets the value of the Events property for this object.
|
VolumeStatusItem |
withVolumeId(java.lang.String volumeId)
Sets the value of the VolumeId property for this object.
|
VolumeStatusItem |
withVolumeStatus(VolumeStatusInfo volumeStatus)
Sets the value of the VolumeStatus property for this object.
|
public java.lang.String getVolumeId()
public void setVolumeId(java.lang.String volumeId)
volumeId - The new value for the VolumeId property for this object.public VolumeStatusItem withVolumeId(java.lang.String volumeId)
Returns a reference to this object so that method calls can be chained together.
volumeId - The new value for the VolumeId property for this object.public java.lang.String getAvailabilityZone()
public void setAvailabilityZone(java.lang.String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.public VolumeStatusItem withAvailabilityZone(java.lang.String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone - The new value for the AvailabilityZone property for this object.public VolumeStatusInfo getVolumeStatus()
public void setVolumeStatus(VolumeStatusInfo volumeStatus)
volumeStatus - The new value for the VolumeStatus property for this object.public VolumeStatusItem withVolumeStatus(VolumeStatusInfo volumeStatus)
Returns a reference to this object so that method calls can be chained together.
volumeStatus - The new value for the VolumeStatus property for this object.public java.util.List<VolumeStatusEvent> getEvents()
public void setEvents(java.util.Collection<VolumeStatusEvent> events)
events - The new value for the Events property for this object.public VolumeStatusItem withEvents(VolumeStatusEvent... events)
Returns a reference to this object so that method calls can be chained together.
events - The new value for the Events property for this object.public VolumeStatusItem withEvents(java.util.Collection<VolumeStatusEvent> events)
Returns a reference to this object so that method calls can be chained together.
events - The new value for the Events property for this object.public java.util.List<VolumeStatusAction> getActions()
public void setActions(java.util.Collection<VolumeStatusAction> actions)
actions - The new value for the Actions property for this object.public VolumeStatusItem withActions(VolumeStatusAction... actions)
Returns a reference to this object so that method calls can be chained together.
actions - The new value for the Actions property for this object.public VolumeStatusItem withActions(java.util.Collection<VolumeStatusAction> actions)
Returns a reference to this object so that method calls can be chained together.
actions - The new value for the Actions 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