@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetEventResult() |
| Modifier and Type | Method and Description |
|---|---|
GetEventResult |
clone() |
boolean |
equals(Object obj) |
Event |
getEvent()
The details of the event.
|
int |
hashCode() |
void |
setEvent(Event event)
The details of the event.
|
String |
toString()
Returns a string representation of this object.
|
GetEventResult |
withEvent(Event event)
The details of the event.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEvent(Event event)
The details of the event.
event - The details of the event.public Event getEvent()
The details of the event.
public GetEventResult withEvent(Event event)
The details of the event.
event - The details of the event.public String toString()
toString in class ObjectObject.toString()public GetEventResult clone()