|
|||||||
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(Object obj)
|
String |
getCode()
Returns the value of the Code property for this object. |
String |
getDescription()
Returns the value of the Description property for this object. |
String |
getEventId()
Returns the value of the EventId property for this object. |
String |
getEventType()
Returns the value of the EventType property for this object. |
int |
hashCode()
|
void |
setCode(String code)
Sets the value of the Code property for this object. |
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setEventId(String eventId)
Sets the value of the EventId property for this object. |
void |
setEventType(String eventType)
Sets the value of the EventType property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VolumeStatusAction |
withCode(String code)
Sets the value of the Code property for this object. |
VolumeStatusAction |
withDescription(String description)
Sets the value of the Description property for this object. |
VolumeStatusAction |
withEventId(String eventId)
Sets the value of the EventId property for this object. |
VolumeStatusAction |
withEventType(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 String getCode()
public void setCode(String code)
code
- The new value for the Code property for this object.public VolumeStatusAction withCode(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 String getDescription()
public void setDescription(String description)
description
- The new value for the Description property for this object.public VolumeStatusAction withDescription(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 String getEventType()
public void setEventType(String eventType)
eventType
- The new value for the EventType property for this object.public VolumeStatusAction withEventType(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 String getEventId()
public void setEventId(String eventId)
eventId
- The new value for the EventId property for this object.public VolumeStatusAction withEventId(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |