|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.VolumeStatusAction
public class VolumeStatusAction
Volume Status Action
| Constructor Summary | |
|---|---|
VolumeStatusAction()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCode()
Returns the value of the Code property for this object. |
java.lang.String |
getDescription()
Returns the value of the Description property for this object. |
java.lang.String |
getEventId()
Returns the value of the EventId property for this object. |
java.lang.String |
getEventType()
Returns the value of the EventType property for this object. |
int |
hashCode()
|
void |
setCode(java.lang.String code)
Sets the value of the Code property for this object. |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object. |
void |
setEventId(java.lang.String eventId)
Sets the value of the EventId property for this object. |
void |
setEventType(java.lang.String eventType)
Sets the value of the EventType property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VolumeStatusAction |
withCode(java.lang.String code)
Sets the value of the Code property for this object. |
VolumeStatusAction |
withDescription(java.lang.String description)
Sets the value of the Description property for this object. |
VolumeStatusAction |
withEventId(java.lang.String eventId)
Sets the value of the EventId property for this object. |
VolumeStatusAction |
withEventType(java.lang.String eventType)
Sets the value of the EventType property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VolumeStatusAction()
| Method Detail |
|---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - The new value for the Code property for this object.public VolumeStatusAction withCode(java.lang.String code)
Returns a reference to this object so that method calls can be chained together.
code - The new value for the Code property for this object.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public VolumeStatusAction withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
public java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType - The new value for the EventType property for this object.public VolumeStatusAction withEventType(java.lang.String eventType)
Returns a reference to this object so that method calls can be chained together.
eventType - The new value for the EventType property for this object.
public java.lang.String getEventId()
public void setEventId(java.lang.String eventId)
eventId - The new value for the EventId property for this object.public VolumeStatusAction withEventId(java.lang.String eventId)
Returns a reference to this object so that method calls can be chained together.
eventId - The new value for the EventId property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||