public class DeleteEventSourceMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setUUID(String uUID)
The event source mapping ID.
uUID - The event source mapping ID.public String getUUID()
The event source mapping ID.
public DeleteEventSourceMappingRequest withUUID(String uUID)
The event source mapping ID.
uUID - The event source mapping ID.public String toString()
toString in class ObjectObject.toString()public DeleteEventSourceMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.