public class DeleteEventSourceMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteEventSourceMapping operation
.
Removes an event source mapping. This means AWS Lambda will no longer invoke the function for events in the associated source.
This operation requires permission for the
lambda:DeleteEventSourceMapping
action.
NOOP
Constructor and Description |
---|
DeleteEventSourceMappingRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEventSourceMappingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getUUID()
The event source mapping ID.
|
int |
hashCode() |
void |
setUUID(String uUID)
The event source mapping ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEventSourceMappingRequest |
withUUID(String uUID)
The event source mapping ID.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getUUID()
public void setUUID(String uUID)
uUID
- The event source mapping ID.public DeleteEventSourceMappingRequest withUUID(String uUID)
Returns a reference to this object so that method calls can be chained together.
uUID
- The event source mapping ID.public String toString()
toString
in class Object
Object.toString()
public DeleteEventSourceMappingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.