|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.VolumeStatusItem
public class VolumeStatusItem
Volume Status Item
| Constructor Summary | |
|---|---|
VolumeStatusItem()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<VolumeStatusAction> |
getActions()
Returns the value of the Actions property for this object. |
String |
getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object. |
List<VolumeStatusEvent> |
getEvents()
Returns the value of the Events property for this object. |
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(Collection<VolumeStatusAction> actions)
Sets the value of the Actions property for this object. |
void |
setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
void |
setEvents(Collection<VolumeStatusEvent> events)
Sets the value of the Events property for this object. |
void |
setVolumeId(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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VolumeStatusItem |
withActions(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(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
VolumeStatusItem |
withEvents(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(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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VolumeStatusItem()
| Method Detail |
|---|
public String getVolumeId()
public void setVolumeId(String volumeId)
volumeId - The new value for the VolumeId property for this object.public VolumeStatusItem withVolumeId(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 String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.public VolumeStatusItem withAvailabilityZone(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 List<VolumeStatusEvent> getEvents()
public void setEvents(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(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 List<VolumeStatusAction> getActions()
public void setActions(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(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||