@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateEventActionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateEventActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Action |
getAction()
What occurs after a certain event.
|
Event |
getEvent()
What occurs to start an action.
|
int |
hashCode() |
void |
setAction(Action action)
What occurs after a certain event.
|
void |
setEvent(Event event)
What occurs to start an action.
|
String |
toString()
Returns a string representation of this object.
|
CreateEventActionRequest |
withAction(Action action)
What occurs after a certain event.
|
CreateEventActionRequest |
withEvent(Event event)
What occurs to start an action.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAction(Action action)
What occurs after a certain event.
action - What occurs after a certain event.public Action getAction()
What occurs after a certain event.
public CreateEventActionRequest withAction(Action action)
What occurs after a certain event.
action - What occurs after a certain event.public void setEvent(Event event)
What occurs to start an action.
event - What occurs to start an action.public Event getEvent()
What occurs to start an action.
public CreateEventActionRequest withEvent(Event event)
What occurs to start an action.
event - What occurs to start an action.public String toString()
toString in class ObjectObject.toString()public CreateEventActionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()