@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTableOptimizerRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTableOptimizerRunsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTableOptimizerRunsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The Catalog ID of the table.
|
String |
getDatabaseName()
The name of the database in the catalog in which the table resides.
|
Integer |
getMaxResults()
The maximum number of optimizer runs to return on each call.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
String |
getTableName()
The name of the table.
|
String |
getType()
The type of table optimizer.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The Catalog ID of the table.
|
void |
setDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
void |
setMaxResults(Integer maxResults)
The maximum number of optimizer runs to return on each call.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setType(String type)
The type of table optimizer.
|
String |
toString()
Returns a string representation of this object.
|
ListTableOptimizerRunsRequest |
withCatalogId(String catalogId)
The Catalog ID of the table.
|
ListTableOptimizerRunsRequest |
withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
ListTableOptimizerRunsRequest |
withMaxResults(Integer maxResults)
The maximum number of optimizer runs to return on each call.
|
ListTableOptimizerRunsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListTableOptimizerRunsRequest |
withTableName(String tableName)
The name of the table.
|
ListTableOptimizerRunsRequest |
withType(String type)
The type of table optimizer.
|
ListTableOptimizerRunsRequest |
withType(TableOptimizerType type)
The type of table optimizer.
|
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 void setCatalogId(String catalogId)
The Catalog ID of the table.
catalogId
- The Catalog ID of the table.public String getCatalogId()
The Catalog ID of the table.
public ListTableOptimizerRunsRequest withCatalogId(String catalogId)
The Catalog ID of the table.
catalogId
- The Catalog ID of the table.public void setDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
databaseName
- The name of the database in the catalog in which the table resides.public String getDatabaseName()
The name of the database in the catalog in which the table resides.
public ListTableOptimizerRunsRequest withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
databaseName
- The name of the database in the catalog in which the table resides.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 ListTableOptimizerRunsRequest withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setType(String type)
The type of table optimizer. Currently, the only valid value is compaction
.
type
- The type of table optimizer. Currently, the only valid value is compaction
.TableOptimizerType
public String getType()
The type of table optimizer. Currently, the only valid value is compaction
.
compaction
.TableOptimizerType
public ListTableOptimizerRunsRequest withType(String type)
The type of table optimizer. Currently, the only valid value is compaction
.
type
- The type of table optimizer. Currently, the only valid value is compaction
.TableOptimizerType
public ListTableOptimizerRunsRequest withType(TableOptimizerType type)
The type of table optimizer. Currently, the only valid value is compaction
.
type
- The type of table optimizer. Currently, the only valid value is compaction
.TableOptimizerType
public void setMaxResults(Integer maxResults)
The maximum number of optimizer runs to return on each call.
maxResults
- The maximum number of optimizer runs to return on each call.public Integer getMaxResults()
The maximum number of optimizer runs to return on each call.
public ListTableOptimizerRunsRequest withMaxResults(Integer maxResults)
The maximum number of optimizer runs to return on each call.
maxResults
- The maximum number of optimizer runs to return on each call.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public ListTableOptimizerRunsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String toString()
toString
in class Object
Object.toString()
public ListTableOptimizerRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()