@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteColumnStatisticsForTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteColumnStatisticsForTableRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteColumnStatisticsForTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog where the partitions in question reside.
|
String |
getColumnName()
The name of the column.
|
String |
getDatabaseName()
The name of the catalog database where the partitions reside.
|
String |
getTableName()
The name of the partitions' table.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
void |
setColumnName(String columnName)
The name of the column.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
void |
setTableName(String tableName)
The name of the partitions' table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteColumnStatisticsForTableRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
DeleteColumnStatisticsForTableRequest |
withColumnName(String columnName)
The name of the column.
|
DeleteColumnStatisticsForTableRequest |
withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
DeleteColumnStatisticsForTableRequest |
withTableName(String tableName)
The name of the partitions' table.
|
addHandlerContext, 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, withSdkRequestTimeout
public DeleteColumnStatisticsForTableRequest()
public void setCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web
Services account ID is used by default.public String getCatalogId()
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
public DeleteColumnStatisticsForTableRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web
Services account ID is used by default.public void setDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName
- The name of the catalog database where the partitions reside.public String getDatabaseName()
The name of the catalog database where the partitions reside.
public DeleteColumnStatisticsForTableRequest withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName
- The name of the catalog database where the partitions reside.public void setTableName(String tableName)
The name of the partitions' table.
tableName
- The name of the partitions' table.public String getTableName()
The name of the partitions' table.
public DeleteColumnStatisticsForTableRequest withTableName(String tableName)
The name of the partitions' table.
tableName
- The name of the partitions' table.public void setColumnName(String columnName)
The name of the column.
columnName
- The name of the column.public String getColumnName()
The name of the column.
public DeleteColumnStatisticsForTableRequest withColumnName(String columnName)
The name of the column.
columnName
- The name of the column.public String toString()
toString
in class Object
Object.toString()
public DeleteColumnStatisticsForTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()