@Generated(value="software.amazon.awssdk:codegen") public final class DataQualityTargetTable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataQualityTargetTable.Builder,DataQualityTargetTable>
An object representing an Glue table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataQualityTargetTable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataQualityTargetTable.Builder |
builder() |
String |
catalogId()
The catalog id where the Glue table exists.
|
String |
databaseName()
The name of the database where the Glue table exists.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataQualityTargetTable.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the Glue table.
|
DataQualityTargetTable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tableName()
The name of the Glue table.
public final String databaseName()
The name of the database where the Glue table exists.
public final String catalogId()
The catalog id where the Glue table exists.
public DataQualityTargetTable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataQualityTargetTable.Builder,DataQualityTargetTable>public static DataQualityTargetTable.Builder builder()
public static Class<? extends DataQualityTargetTable.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.