public class EventDescription extends Object implements Serializable, Cloneable
The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.
| Constructor and Description |
|---|
EventDescription() |
| Modifier and Type | Method and Description |
|---|---|
EventDescription |
clone() |
boolean |
equals(Object obj) |
String |
getLatestDescription()
The most recent description of the event.
|
int |
hashCode() |
void |
setLatestDescription(String latestDescription)
The most recent description of the event.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EventDescription |
withLatestDescription(String latestDescription)
The most recent description of the event.
|
public void setLatestDescription(String latestDescription)
The most recent description of the event.
latestDescription - The most recent description of the event.public String getLatestDescription()
The most recent description of the event.
public EventDescription withLatestDescription(String latestDescription)
The most recent description of the event.
latestDescription - The most recent description of the event.public String toString()
toString in class ObjectObject.toString()public EventDescription clone()
Copyright © 2016. All rights reserved.