@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTableOptimizerRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTableOptimizerRunsResult() |
Modifier and Type | Method and Description |
---|---|
ListTableOptimizerRunsResult |
clone() |
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.
|
String |
getNextToken()
A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the
list is not the last.
|
String |
getTableName()
The name of the table.
|
List<TableOptimizerRun> |
getTableOptimizerRuns()
A list of the optimizer runs associated with a table.
|
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 |
setNextToken(String nextToken)
A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the
list is not the last.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setTableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)
A list of the optimizer runs associated with a table.
|
String |
toString()
Returns a string representation of this object.
|
ListTableOptimizerRunsResult |
withCatalogId(String catalogId)
The Catalog ID of the table.
|
ListTableOptimizerRunsResult |
withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
ListTableOptimizerRunsResult |
withNextToken(String nextToken)
A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the
list is not the last.
|
ListTableOptimizerRunsResult |
withTableName(String tableName)
The name of the table.
|
ListTableOptimizerRunsResult |
withTableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)
A list of the optimizer runs associated with a table.
|
ListTableOptimizerRunsResult |
withTableOptimizerRuns(TableOptimizerRun... tableOptimizerRuns)
A list of the optimizer runs associated with a table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListTableOptimizerRunsResult 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 ListTableOptimizerRunsResult 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 ListTableOptimizerRunsResult withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setNextToken(String nextToken)
A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.
nextToken
- A continuation token for paginating the returned list of optimizer runs, returned if the current segment
of the list is not the last.public String getNextToken()
A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.
public ListTableOptimizerRunsResult withNextToken(String nextToken)
A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.
nextToken
- A continuation token for paginating the returned list of optimizer runs, returned if the current segment
of the list is not the last.public List<TableOptimizerRun> getTableOptimizerRuns()
A list of the optimizer runs associated with a table.
public void setTableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)
A list of the optimizer runs associated with a table.
tableOptimizerRuns
- A list of the optimizer runs associated with a table.public ListTableOptimizerRunsResult withTableOptimizerRuns(TableOptimizerRun... tableOptimizerRuns)
A list of the optimizer runs associated with a table.
NOTE: This method appends the values to the existing list (if any). Use
setTableOptimizerRuns(java.util.Collection)
or withTableOptimizerRuns(java.util.Collection)
if
you want to override the existing values.
tableOptimizerRuns
- A list of the optimizer runs associated with a table.public ListTableOptimizerRunsResult withTableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)
A list of the optimizer runs associated with a table.
tableOptimizerRuns
- A list of the optimizer runs associated with a table.public String toString()
toString
in class Object
Object.toString()
public ListTableOptimizerRunsResult clone()