public class DeleteDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteDataSourceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteDataSourceRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getDataSourceId()
 A user-supplied ID that uniquely identifies the  DataSource. | 
| int | hashCode() | 
| void | setDataSourceId(String dataSourceId)
 A user-supplied ID that uniquely identifies the  DataSource. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DeleteDataSourceRequest | withDataSourceId(String dataSourceId)
 A user-supplied ID that uniquely identifies the  DataSource. | 
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 setDataSourceId(String dataSourceId)
 A user-supplied ID that uniquely identifies the DataSource.
 
dataSourceId - A user-supplied ID that uniquely identifies the
        DataSource.public String getDataSourceId()
 A user-supplied ID that uniquely identifies the DataSource.
 
DataSource.public DeleteDataSourceRequest withDataSourceId(String dataSourceId)
 A user-supplied ID that uniquely identifies the DataSource.
 
dataSourceId - A user-supplied ID that uniquely identifies the
        DataSource.public String toString()
toString in class ObjectObject.toString()public DeleteDataSourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.