public class GetEventSourceMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetEventSourceMapping operation
.
Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).
This operation requires permission for the
lambda:GetEventSourceMapping
action.
NOOP
Constructor and Description |
---|
GetEventSourceMappingRequest() |
Modifier and Type | Method and Description |
---|---|
GetEventSourceMappingRequest |
clone() |
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.
|
GetEventSourceMappingRequest |
withUUID(String uUID)
The AWS Lambda assigned ID of the event source mapping.
|
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 AWS Lambda assigned ID of the event source mapping.public GetEventSourceMappingRequest 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()
public GetEventSourceMappingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.