@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CatalogEntry extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a table definition in the Data Catalog.
Constructor and Description |
---|
CatalogEntry() |
Modifier and Type | Method and Description |
---|---|
CatalogEntry |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
The database in which the table metadata resides.
|
String |
getTableName()
The name of the table in question.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseName(String databaseName)
The database in which the table metadata resides.
|
void |
setTableName(String tableName)
The name of the table in question.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CatalogEntry |
withDatabaseName(String databaseName)
The database in which the table metadata resides.
|
CatalogEntry |
withTableName(String tableName)
The name of the table in question.
|
public void setDatabaseName(String databaseName)
The database in which the table metadata resides.
databaseName
- The database in which the table metadata resides.public String getDatabaseName()
The database in which the table metadata resides.
public CatalogEntry withDatabaseName(String databaseName)
The database in which the table metadata resides.
databaseName
- The database in which the table metadata resides.public void setTableName(String tableName)
The name of the table in question.
tableName
- The name of the table in question.public String getTableName()
The name of the table in question.
public CatalogEntry withTableName(String tableName)
The name of the table in question.
tableName
- The name of the table in question.public String toString()
toString
in class Object
Object.toString()
public CatalogEntry 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.