@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataCellsFilterResource extends Object implements Serializable, Cloneable, StructuredPojo
A structure for a data cells filter resource.
Constructor and Description |
---|
DataCellsFilterResource() |
Modifier and Type | Method and Description |
---|---|
DataCellsFilterResource |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
A database in the Glue Data Catalog.
|
String |
getName()
The name of the data cells filter.
|
String |
getTableCatalogId()
The ID of the catalog to which the table belongs.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatabaseName(String databaseName)
A database in the Glue Data Catalog.
|
void |
setName(String name)
The name of the data cells filter.
|
void |
setTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
DataCellsFilterResource |
withDatabaseName(String databaseName)
A database in the Glue Data Catalog.
|
DataCellsFilterResource |
withName(String name)
The name of the data cells filter.
|
DataCellsFilterResource |
withTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
|
DataCellsFilterResource |
withTableName(String tableName)
The name of the table.
|
public void setTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
tableCatalogId
- The ID of the catalog to which the table belongs.public String getTableCatalogId()
The ID of the catalog to which the table belongs.
public DataCellsFilterResource withTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
tableCatalogId
- The ID of the catalog to which the table belongs.public void setDatabaseName(String databaseName)
A database in the Glue Data Catalog.
databaseName
- A database in the Glue Data Catalog.public String getDatabaseName()
A database in the Glue Data Catalog.
public DataCellsFilterResource withDatabaseName(String databaseName)
A database in the Glue Data Catalog.
databaseName
- A database in the Glue Data Catalog.public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public DataCellsFilterResource withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setName(String name)
The name of the data cells filter.
name
- The name of the data cells filter.public String getName()
The name of the data cells filter.
public DataCellsFilterResource withName(String name)
The name of the data cells filter.
name
- The name of the data cells filter.public String toString()
toString
in class Object
Object.toString()
public DataCellsFilterResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.