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