@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTableVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetTableVersionsRequest |
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 tables reside.
|
String |
getDatabaseName()
The database in the catalog in which the table resides.
|
Integer |
getMaxResults()
The maximum number of table versions to return in one response.
|
String |
getNextToken()
A continuation token, if this is not the first call.
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
void |
setDatabaseName(String databaseName)
The database in the catalog in which the table resides.
|
void |
setMaxResults(Integer maxResults)
The maximum number of table versions to return in one response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is not the first call.
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTableVersionsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTableVersionsRequest |
withDatabaseName(String databaseName)
The database in the catalog in which the table resides.
|
GetTableVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of table versions to return in one response.
|
GetTableVersionsRequest |
withNextToken(String nextToken)
A continuation token, if this is not the first call.
|
GetTableVersionsRequest |
withTableName(String tableName)
The name of the 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 void setCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by
default.public String getCatalogId()
The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.
public GetTableVersionsRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by
default.public void setDatabaseName(String databaseName)
The database in the catalog in which the table resides.
databaseName
- The database in the catalog in which the table resides.public String getDatabaseName()
The database in the catalog in which the table resides.
public GetTableVersionsRequest withDatabaseName(String databaseName)
The database in the catalog in which the table resides.
databaseName
- 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 GetTableVersionsRequest withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setNextToken(String nextToken)
A continuation token, if this is not the first call.
nextToken
- A continuation token, if this is not the first call.public String getNextToken()
A continuation token, if this is not the first call.
public GetTableVersionsRequest withNextToken(String nextToken)
A continuation token, if this is not the first call.
nextToken
- A continuation token, if this is not the first call.public void setMaxResults(Integer maxResults)
The maximum number of table versions to return in one response.
maxResults
- The maximum number of table versions to return in one response.public Integer getMaxResults()
The maximum number of table versions to return in one response.
public GetTableVersionsRequest withMaxResults(Integer maxResults)
The maximum number of table versions to return in one response.
maxResults
- The maximum number of table versions to return in one response.public String toString()
toString
in class Object
Object.toString()
public GetTableVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.