@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTablesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTablesRequest |
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 whose tables to list.
|
String |
getExpression()
A regular expression pattern.
|
Integer |
getMaxResults()
The maximum number of tables to return in a single response.
|
String |
getNextToken()
A continuation token, included if this is a continuation call.
|
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 whose tables to list.
|
void |
setExpression(String expression)
A regular expression pattern.
|
void |
setMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
|
void |
setNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTablesRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTablesRequest |
withDatabaseName(String databaseName)
The database in the catalog whose tables to list.
|
GetTablesRequest |
withExpression(String expression)
A regular expression pattern.
|
GetTablesRequest |
withMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
|
GetTablesRequest |
withNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
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, withSdkRequestTimeoutpublic 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 GetTablesRequest 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 whose tables to list.
databaseName - The database in the catalog whose tables to list.public String getDatabaseName()
The database in the catalog whose tables to list.
public GetTablesRequest withDatabaseName(String databaseName)
The database in the catalog whose tables to list.
databaseName - The database in the catalog whose tables to list.public void setExpression(String expression)
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
expression - A regular expression pattern. If present, only those tables whose names match the pattern are returned.public String getExpression()
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
public GetTablesRequest withExpression(String expression)
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
expression - A regular expression pattern. If present, only those tables whose names match the pattern are returned.public void setNextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken - A continuation token, included if this is a continuation call.public String getNextToken()
A continuation token, included if this is a continuation call.
public GetTablesRequest withNextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken - A continuation token, included if this is a continuation call.public void setMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
maxResults - The maximum number of tables to return in a single response.public Integer getMaxResults()
The maximum number of tables to return in a single response.
public GetTablesRequest withMaxResults(Integer maxResults)
The maximum number of tables to return in a single response.
maxResults - The maximum number of tables to return in a single response.public String toString()
toString in class ObjectObject.toString()public GetTablesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.