@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DeleteDataSource operation.
NOOP| Constructor and Description |
|---|
DeleteDataSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDataSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain.
|
String |
getName()
The name of the data source to delete.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setName(String name)
The name of the data source to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataSourceRequest |
withDomainName(String domainName)
The name of the domain.
|
DeleteDataSourceRequest |
withName(String name)
The name of the data source to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public String getDomainName()
The name of the domain.
public DeleteDataSourceRequest withDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public void setName(String name)
The name of the data source to delete.
name - The name of the data source to delete.public String getName()
The name of the data source to delete.
public DeleteDataSourceRequest withName(String name)
The name of the data source to delete.
name - The name of the data source to delete.public String toString()
toString in class ObjectObject.toString()public DeleteDataSourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()