@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDataSourceRequest() |
Modifier and Type | Method and Description |
---|---|
GetDataSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSourceId()
The ID assigned to the
DataSource at creation. |
Boolean |
getVerbose()
Specifies whether the
GetDataSource operation should return DataSourceSchema . |
int |
hashCode() |
Boolean |
isVerbose()
Specifies whether the
GetDataSource operation should return DataSourceSchema . |
void |
setDataSourceId(String dataSourceId)
The ID assigned to the
DataSource at creation. |
void |
setVerbose(Boolean verbose)
Specifies whether the
GetDataSource operation should return DataSourceSchema . |
String |
toString()
Returns a string representation of this object.
|
GetDataSourceRequest |
withDataSourceId(String dataSourceId)
The ID assigned to the
DataSource at creation. |
GetDataSourceRequest |
withVerbose(Boolean verbose)
Specifies whether the
GetDataSource operation should return DataSourceSchema . |
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 setDataSourceId(String dataSourceId)
The ID assigned to the DataSource
at creation.
dataSourceId
- The ID assigned to the DataSource
at creation.public String getDataSourceId()
The ID assigned to the DataSource
at creation.
DataSource
at creation.public GetDataSourceRequest withDataSourceId(String dataSourceId)
The ID assigned to the DataSource
at creation.
dataSourceId
- The ID assigned to the DataSource
at creation.public void setVerbose(Boolean verbose)
Specifies whether the GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
verbose
- Specifies whether the GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
public Boolean getVerbose()
Specifies whether the GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
public GetDataSourceRequest withVerbose(Boolean verbose)
Specifies whether the GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
verbose
- Specifies whether the GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
public Boolean isVerbose()
Specifies whether the GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
GetDataSource
operation should return DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
public String toString()
toString
in class Object
Object.toString()
public GetDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()