public class GetEventSourceRequest extends AmazonWebServiceRequest implements Serializable
GetEventSource operation
.
Returns configuration information for the specified event source mapping (see AddEventSource).
This operation requires permission for the
lambda:GetEventSource
action.
NOOP
Constructor and Description |
---|
GetEventSourceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getUUID()
The AWS Lambda assigned ID of the event source mapping.
|
int |
hashCode() |
void |
setUUID(String uUID)
The AWS Lambda assigned ID of the event source mapping.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetEventSourceRequest |
withUUID(String uUID)
The AWS Lambda assigned ID of the event source mapping.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUUID()
public void setUUID(String uUID)
uUID
- The AWS Lambda assigned ID of the event source mapping.public GetEventSourceRequest withUUID(String uUID)
Returns a reference to this object so that method calls can be chained together.
uUID
- The AWS Lambda assigned ID of the event source mapping.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.