public class RemoveEventSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RemoveEventSource 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:RemoveEventSource
action.
NOOP
Constructor and Description |
---|
RemoveEventSourceRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveEventSourceRequest |
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.
|
RemoveEventSourceRequest |
withUUID(String uUID)
The event source mapping ID.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUUID()
public void setUUID(String uUID)
uUID
- The event source mapping ID.public RemoveEventSourceRequest 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 RemoveEventSourceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.