@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTableRequest() |
Modifier and Type | Method and Description |
---|---|
GetTableRequest |
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 table resides.
|
String |
getDatabaseName()
The name of the database in the catalog in which the table resides.
|
String |
getName()
The name of the table for which to retrieve the definition.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
void |
setDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
void |
setName(String name)
The name of the table for which to retrieve the definition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTableRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
GetTableRequest |
withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
GetTableRequest |
withName(String name)
The name of the table for which to retrieve the definition.
|
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 table resides. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by
default.public String getCatalogId()
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
public GetTableRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by
default.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 GetTableRequest 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 setName(String name)
The name of the table for which to retrieve the definition.
name
- The name of the table for which to retrieve the definition.public String getName()
The name of the table for which to retrieve the definition.
public GetTableRequest withName(String name)
The name of the table for which to retrieve the definition.
name
- The name of the table for which to retrieve the definition.public String toString()
toString
in class Object
Object.toString()
public GetTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.