@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataCellsFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDataCellsFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDataCellsFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseName()
A database in the Glue Data Catalog.
|
String |
getName()
The name given by the user to the data filter cell.
|
String |
getTableCatalogId()
The ID of the catalog to which the table belongs.
|
String |
getTableName()
A table in the database.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
A database in the Glue Data Catalog.
|
void |
setName(String name)
The name given by the user to the data filter cell.
|
void |
setTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
|
void |
setTableName(String tableName)
A table in the database.
|
String |
toString()
Returns a string representation of this object.
|
GetDataCellsFilterRequest |
withDatabaseName(String databaseName)
A database in the Glue Data Catalog.
|
GetDataCellsFilterRequest |
withName(String name)
The name given by the user to the data filter cell.
|
GetDataCellsFilterRequest |
withTableCatalogId(String tableCatalogId)
The ID of the catalog to which the table belongs.
|
GetDataCellsFilterRequest |
withTableName(String tableName)
A table in the database.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 GetDataCellsFilterRequest 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 GetDataCellsFilterRequest withDatabaseName(String databaseName)
A database in the Glue Data Catalog.
databaseName - A database in the Glue Data Catalog.public void setTableName(String tableName)
A table in the database.
tableName - A table in the database.public String getTableName()
A table in the database.
public GetDataCellsFilterRequest withTableName(String tableName)
A table in the database.
tableName - A table in the database.public void setName(String name)
The name given by the user to the data filter cell.
name - The name given by the user to the data filter cell.public String getName()
The name given by the user to the data filter cell.
public GetDataCellsFilterRequest withName(String name)
The name given by the user to the data filter cell.
name - The name given by the user to the data filter cell.public String toString()
toString in class ObjectObject.toString()public GetDataCellsFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.