Class GetDataSourceRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe ID assigned to theDataSourceat creation.Specifies whether theGetDataSourceoperation should returnDataSourceSchema.inthashCode()Specifies whether theGetDataSourceoperation should returnDataSourceSchema.voidsetDataSourceId(String dataSourceId) The ID assigned to theDataSourceat creation.voidsetVerbose(Boolean verbose) Specifies whether theGetDataSourceoperation should returnDataSourceSchema.toString()Returns a string representation of this object; useful for testing and debugging.withDataSourceId(String dataSourceId) The ID assigned to theDataSourceat creation.withVerbose(Boolean verbose) Specifies whether theGetDataSourceoperation should returnDataSourceSchema.Methods inherited from class AmazonWebServiceRequest
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
-
Constructor Details
-
GetDataSourceRequest
public GetDataSourceRequest()
-
-
Method Details
-
setDataSourceId
The ID assigned to the
DataSourceat creation.- Parameters:
dataSourceId- The ID assigned to theDataSourceat creation.
-
getDataSourceId
The ID assigned to the
DataSourceat creation.- Returns:
- The ID assigned to the
DataSourceat creation.
-
withDataSourceId
The ID assigned to the
DataSourceat creation.- Parameters:
dataSourceId- The ID assigned to theDataSourceat creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVerbose
Specifies whether the
GetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.- Parameters:
verbose- Specifies whether theGetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.
-
getVerbose
Specifies whether the
GetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.- Returns:
- Specifies whether the
GetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.
-
withVerbose
Specifies whether the
GetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.- Parameters:
verbose- Specifies whether theGetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isVerbose
Specifies whether the
GetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.- Returns:
- Specifies whether the
GetDataSourceoperation should returnDataSourceSchema.If true,
DataSourceSchemais returned.If false,
DataSourceSchemais not returned.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-