@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEventActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteEventActionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEventActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventActionId()
The unique identifier for the event action.
|
int |
hashCode() |
void |
setEventActionId(String eventActionId)
The unique identifier for the event action.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEventActionRequest |
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 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 DeleteEventActionRequest 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 DeleteEventActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()