@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the parameters to the UpdateDataSource operation.
 
NOOP| Constructor and Description | 
|---|
UpdateDataSourceRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateDataSourceRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
DataSourceType | 
getDataSourceType()
 The type of data source. 
 | 
String | 
getDescription()
 A description of the data source. 
 | 
String | 
getDomainName()
 The name of the domain. 
 | 
String | 
getName()
 The name of the data source. 
 | 
int | 
hashCode()  | 
void | 
setDataSourceType(DataSourceType dataSourceType)
 The type of data source. 
 | 
void | 
setDescription(String description)
 A description of the data source. 
 | 
void | 
setDomainName(String domainName)
 The name of the domain. 
 | 
void | 
setName(String name)
 The name of the data source. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateDataSourceRequest | 
withDataSourceType(DataSourceType dataSourceType)
 The type of data source. 
 | 
UpdateDataSourceRequest | 
withDescription(String description)
 A description of the data source. 
 | 
UpdateDataSourceRequest | 
withDomainName(String domainName)
 The name of the domain. 
 | 
UpdateDataSourceRequest | 
withName(String name)
 The name of the data source. 
 | 
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 UpdateDataSourceRequest 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.
name - The name of the data source.public String getName()
The name of the data source.
public UpdateDataSourceRequest withName(String name)
The name of the data source.
name - The name of the data source.public void setDataSourceType(DataSourceType dataSourceType)
The type of data source.
dataSourceType - The type of data source.public DataSourceType getDataSourceType()
The type of data source.
public UpdateDataSourceRequest withDataSourceType(DataSourceType dataSourceType)
The type of data source.
dataSourceType - The type of data source.public void setDescription(String description)
A description of the data source.
description - A description of the data source.public String getDescription()
A description of the data source.
public UpdateDataSourceRequest withDescription(String description)
A description of the data source.
description - A description of the data source.public String toString()
toString in class ObjectObject.toString()public UpdateDataSourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()