public class UpdateDataSourceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dataSourceId
The ID assigned to the
DataSource during creation. |
private java.lang.String |
dataSourceName
A new user-supplied name or description of the
DataSource
that will replace the current description. |
NOOP
Constructor and Description |
---|
UpdateDataSourceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDataSourceId()
The ID assigned to the
DataSource during creation. |
java.lang.String |
getDataSourceName()
A new user-supplied name or description of the
DataSource
that will replace the current description. |
int |
hashCode() |
void |
setDataSourceId(java.lang.String dataSourceId)
The ID assigned to the
DataSource during creation. |
void |
setDataSourceName(java.lang.String dataSourceName)
A new user-supplied name or description of the
DataSource
that will replace the current description. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDataSourceRequest |
withDataSourceId(java.lang.String dataSourceId)
The ID assigned to the
DataSource during creation. |
UpdateDataSourceRequest |
withDataSourceName(java.lang.String dataSourceName)
A new user-supplied name or description of the
DataSource
that will replace the current description. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String dataSourceId
The ID assigned to the DataSource
during creation.
private java.lang.String dataSourceName
A new user-supplied name or description of the DataSource
that will replace the current description.
public void setDataSourceId(java.lang.String dataSourceId)
The ID assigned to the DataSource
during creation.
dataSourceId
- The ID assigned to the DataSource
during creation.public java.lang.String getDataSourceId()
The ID assigned to the DataSource
during creation.
DataSource
during creation.public UpdateDataSourceRequest withDataSourceId(java.lang.String dataSourceId)
The ID assigned to the DataSource
during creation.
dataSourceId
- The ID assigned to the DataSource
during creation.public void setDataSourceName(java.lang.String dataSourceName)
A new user-supplied name or description of the DataSource
that will replace the current description.
dataSourceName
- A new user-supplied name or description of the
DataSource
that will replace the current description.public java.lang.String getDataSourceName()
A new user-supplied name or description of the DataSource
that will replace the current description.
DataSource
that will replace the current
description.public UpdateDataSourceRequest withDataSourceName(java.lang.String dataSourceName)
A new user-supplied name or description of the DataSource
that will replace the current description.
dataSourceName
- A new user-supplied name or description of the
DataSource
that will replace the current description.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()