@Generated(value="software.amazon.awssdk:codegen") public class CatalogEntry extends Object implements StructuredPojo, ToCopyableBuilder<CatalogEntry.Builder,CatalogEntry>
Specifies a table definition in the Data Catalog.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CatalogEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CatalogEntry.Builder |
builder() |
String |
databaseName()
The database in which the table metadata resides.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends CatalogEntry.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table in question.
|
CatalogEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String databaseName()
The database in which the table metadata resides.
public String tableName()
The name of the table in question.
public CatalogEntry.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CatalogEntry.Builder,CatalogEntry>public static CatalogEntry.Builder builder()
public static Class<? extends CatalogEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.