public class GetDataSourceRequest 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 at creation. |
private java.lang.Boolean |
verbose
Specifies whether the
GetDataSource operation should return
DataSourceSchema . |
NOOP
Constructor and Description |
---|
GetDataSourceRequest() |
Modifier and Type | Method and Description |
---|---|
GetDataSourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDataSourceId()
The ID assigned to the
DataSource at creation. |
java.lang.Boolean |
getVerbose()
Specifies whether the
GetDataSource operation should return
DataSourceSchema . |
int |
hashCode() |
java.lang.Boolean |
isVerbose()
Specifies whether the
GetDataSource operation should return
DataSourceSchema . |
void |
setDataSourceId(java.lang.String dataSourceId)
The ID assigned to the
DataSource at creation. |
void |
setVerbose(java.lang.Boolean verbose)
Specifies whether the
GetDataSource operation should return
DataSourceSchema . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDataSourceRequest |
withDataSourceId(java.lang.String dataSourceId)
The ID assigned to the
DataSource at creation. |
GetDataSourceRequest |
withVerbose(java.lang.Boolean verbose)
Specifies whether the
GetDataSource operation should return
DataSourceSchema . |
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
at creation.
private java.lang.Boolean verbose
Specifies whether the GetDataSource
operation should return
DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.
public void setDataSourceId(java.lang.String dataSourceId)
The ID assigned to the DataSource
at creation.
dataSourceId
- The ID assigned to the DataSource
at creation.public java.lang.String getDataSourceId()
The ID assigned to the DataSource
at creation.
DataSource
at creation.public GetDataSourceRequest withDataSourceId(java.lang.String dataSourceId)
The ID assigned to the DataSource
at creation.
dataSourceId
- The ID assigned to the DataSource
at creation.public void setVerbose(java.lang.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 java.lang.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(java.lang.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 java.lang.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 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 GetDataSourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()