@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.
|
String |
getRegion()
Region of the target table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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.
|
void |
setRegion(String region)
Region 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.
|
TableIdentifier |
withRegion(String region)
Region 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 void setRegion(String region)
Region of the target table.
region
- Region of the target table.public String getRegion()
Region of the target table.
public TableIdentifier withRegion(String region)
Region of the target table.
region
- Region of the target table.public String toString()
toString
in class Object
Object.toString()
public TableIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.