|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.VolumeStatusEvent
public class VolumeStatusEvent
Volume Status Event
| Constructor Summary | |
|---|---|
VolumeStatusEvent()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
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. |
Date |
getNotAfter()
Returns the value of the NotAfter property for this object. |
Date |
getNotBefore()
Returns the value of the NotBefore property for this object. |
int |
hashCode()
|
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. |
void |
setNotAfter(Date notAfter)
Sets the value of the NotAfter property for this object. |
void |
setNotBefore(Date notBefore)
Sets the value of the NotBefore property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VolumeStatusEvent |
withDescription(String description)
Sets the value of the Description property for this object. |
VolumeStatusEvent |
withEventId(String eventId)
Sets the value of the EventId property for this object. |
VolumeStatusEvent |
withEventType(String eventType)
Sets the value of the EventType property for this object. |
VolumeStatusEvent |
withNotAfter(Date notAfter)
Sets the value of the NotAfter property for this object. |
VolumeStatusEvent |
withNotBefore(Date notBefore)
Sets the value of the NotBefore property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VolumeStatusEvent()
| Method Detail |
|---|
public String getEventType()
public void setEventType(String eventType)
eventType - The new value for the EventType property for this object.public VolumeStatusEvent 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 getDescription()
public void setDescription(String description)
description - The new value for the Description property for this object.public VolumeStatusEvent 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 Date getNotBefore()
public void setNotBefore(Date notBefore)
notBefore - The new value for the NotBefore property for this object.public VolumeStatusEvent withNotBefore(Date notBefore)
Returns a reference to this object so that method calls can be chained together.
notBefore - The new value for the NotBefore property for this object.
public Date getNotAfter()
public void setNotAfter(Date notAfter)
notAfter - The new value for the NotAfter property for this object.public VolumeStatusEvent withNotAfter(Date notAfter)
Returns a reference to this object so that method calls can be chained together.
notAfter - The new value for the NotAfter property for this object.
public String getEventId()
public void setEventId(String eventId)
eventId - The new value for the EventId property for this object.public VolumeStatusEvent 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 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 | ||||||