@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEventActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for UpdateEventAction.
NOOP
Constructor and Description |
---|
UpdateEventActionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEventActionRequest |
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.
|
String |
getEventActionId()
The unique identifier for the event action.
|
int |
hashCode() |
void |
setAction(Action action)
What occurs after a certain event.
|
void |
setEventActionId(String eventActionId)
The unique identifier for the event action.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEventActionRequest |
withAction(Action action)
What occurs after a certain event.
|
UpdateEventActionRequest |
withEventActionId(String eventActionId)
The unique identifier for the event 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, withSdkRequestTimeout
public 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 UpdateEventActionRequest withAction(Action action)
What occurs after a certain event.
action
- What occurs after a certain event.public void setEventActionId(String eventActionId)
The unique identifier for the event action.
eventActionId
- The unique identifier for the event action.public String getEventActionId()
The unique identifier for the event action.
public UpdateEventActionRequest withEventActionId(String eventActionId)
The unique identifier for the event action.
eventActionId
- The unique identifier for the event action.public String toString()
toString
in class Object
Object.toString()
public UpdateEventActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()