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 request. | 
| boolean | equals(Object obj) | 
| String | getDataSourceId()
 The ID assigned to the  DataSourceat creation. | 
| Boolean | getVerbose()
 Specifies whether the  GetDataSourceoperation should returnDataSourceSchema. | 
| int | hashCode() | 
| Boolean | isVerbose()
 Specifies whether the  GetDataSourceoperation should returnDataSourceSchema. | 
| void | setDataSourceId(String dataSourceId)
 The ID assigned to the  DataSourceat creation. | 
| void | setVerbose(Boolean verbose)
 Specifies whether the  GetDataSourceoperation should returnDataSourceSchema. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| GetDataSourceRequest | withDataSourceId(String dataSourceId)
 The ID assigned to the  DataSourceat creation. | 
| GetDataSourceRequest | withVerbose(Boolean verbose)
 Specifies whether the  GetDataSourceoperation should returnDataSourceSchema. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public GetDataSourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.