@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventDescription extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.