@Generated(value="software.amazon.awssdk:codegen") public final class DataCellsFilterResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCellsFilterResource.Builder,DataCellsFilterResource>
A structure for a data cells filter resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataCellsFilterResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataCellsFilterResource.Builder |
builder() |
String |
databaseName()
A database in the Glue Data Catalog.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the data cells filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataCellsFilterResource.Builder> |
serializableBuilderClass() |
String |
tableCatalogId()
The ID of the catalog to which the table belongs.
|
String |
tableName()
The name of the table.
|
DataCellsFilterResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tableCatalogId()
The ID of the catalog to which the table belongs.
public final String databaseName()
A database in the Glue Data Catalog.
public final String tableName()
The name of the table.
public final String name()
The name of the data cells filter.
public DataCellsFilterResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataCellsFilterResource.Builder,DataCellsFilterResource>public static DataCellsFilterResource.Builder builder()
public static Class<? extends DataCellsFilterResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.