@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedshiftMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Describes the DataSource
details specific to Amazon Redshift.
Constructor and Description |
---|
RedshiftMetadata() |
public void setRedshiftDatabase(RedshiftDatabase redshiftDatabase)
redshiftDatabase
- public RedshiftDatabase getRedshiftDatabase()
public RedshiftMetadata withRedshiftDatabase(RedshiftDatabase redshiftDatabase)
redshiftDatabase
- public void setDatabaseUserName(String databaseUserName)
databaseUserName
- public String getDatabaseUserName()
public RedshiftMetadata withDatabaseUserName(String databaseUserName)
databaseUserName
- public void setSelectSqlQuery(String selectSqlQuery)
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
selectSqlQuery
- The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if
Verbose
is true in GetDataSourceInput.public String getSelectSqlQuery()
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
Verbose
is true in GetDataSourceInput.public RedshiftMetadata withSelectSqlQuery(String selectSqlQuery)
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
selectSqlQuery
- The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if
Verbose
is true in GetDataSourceInput.public String toString()
toString
in class Object
Object.toString()
public RedshiftMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.