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()
Creates a shallow clone of this request.
|
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.