@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetEventResult clone()