@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 new description of the data source.
|
String |
getDomainName()
The name of the domain.
|
String |
getName()
The name of the data source to modify.
|
String |
getStatus()
The status of the data source update.
|
int |
hashCode() |
void |
setDataSourceType(DataSourceType dataSourceType)
The type of data source.
|
void |
setDescription(String description)
A new description of the data source.
|
void |
setDomainName(String domainName)
The name of the domain.
|
void |
setName(String name)
The name of the data source to modify.
|
void |
setStatus(String status)
The status of the data source update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataSourceRequest |
withDataSourceType(DataSourceType dataSourceType)
The type of data source.
|
UpdateDataSourceRequest |
withDescription(String description)
A new description of the data source.
|
UpdateDataSourceRequest |
withDomainName(String domainName)
The name of the domain.
|
UpdateDataSourceRequest |
withName(String name)
The name of the data source to modify.
|
UpdateDataSourceRequest |
withStatus(DataSourceStatus status)
The status of the data source update.
|
UpdateDataSourceRequest |
withStatus(String status)
The status of the data source update.
|
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, withSdkRequestTimeout
public 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 to modify.
name
- The name of the data source to modify.public String getName()
The name of the data source to modify.
public UpdateDataSourceRequest withName(String name)
The name of the data source to modify.
name
- The name of the data source to modify.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 new description of the data source.
description
- A new description of the data source.public String getDescription()
A new description of the data source.
public UpdateDataSourceRequest withDescription(String description)
A new description of the data source.
description
- A new description of the data source.public void setStatus(String status)
The status of the data source update.
status
- The status of the data source update.DataSourceStatus
public String getStatus()
The status of the data source update.
DataSourceStatus
public UpdateDataSourceRequest withStatus(String status)
The status of the data source update.
status
- The status of the data source update.DataSourceStatus
public UpdateDataSourceRequest withStatus(DataSourceStatus status)
The status of the data source update.
status
- The status of the data source update.DataSourceStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()