@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatabaseIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes a target database for resource linking.
| Constructor and Description |
|---|
DatabaseIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog in which the database resides.
|
String |
getDatabaseName()
The name of the catalog database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database.
|
String |
toString()
Returns a string representation of this object.
|
DatabaseIdentifier |
withCatalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
DatabaseIdentifier |
withDatabaseName(String databaseName)
The name of the catalog database.
|
public void setCatalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
catalogId - The ID of the Data Catalog in which the database resides.public String getCatalogId()
The ID of the Data Catalog in which the database resides.
public DatabaseIdentifier withCatalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
catalogId - The ID of the Data Catalog in which the database resides.public void setDatabaseName(String databaseName)
The name of the catalog database.
databaseName - The name of the catalog database.public String getDatabaseName()
The name of the catalog database.
public DatabaseIdentifier withDatabaseName(String databaseName)
The name of the catalog database.
databaseName - The name of the catalog database.public String toString()
toString in class ObjectObject.toString()public DatabaseIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.