@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTableMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
GetTableMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogName()
The name of the data catalog that contains the database and table metadata to return.
|
String |
getDatabaseName()
The name of the database that contains the table metadata to return.
|
String |
getTableName()
The name of the table for which metadata is returned.
|
int |
hashCode() |
void |
setCatalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
|
void |
setDatabaseName(String databaseName)
The name of the database that contains the table metadata to return.
|
void |
setTableName(String tableName)
The name of the table for which metadata is returned.
|
String |
toString()
Returns a string representation of this object.
|
GetTableMetadataRequest |
withCatalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
|
GetTableMetadataRequest |
withDatabaseName(String databaseName)
The name of the database that contains the table metadata to return.
|
GetTableMetadataRequest |
withTableName(String tableName)
The name of the table for which metadata is returned.
|
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 setCatalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
catalogName
- The name of the data catalog that contains the database and table metadata to return.public String getCatalogName()
The name of the data catalog that contains the database and table metadata to return.
public GetTableMetadataRequest withCatalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
catalogName
- The name of the data catalog that contains the database and table metadata to return.public void setDatabaseName(String databaseName)
The name of the database that contains the table metadata to return.
databaseName
- The name of the database that contains the table metadata to return.public String getDatabaseName()
The name of the database that contains the table metadata to return.
public GetTableMetadataRequest withDatabaseName(String databaseName)
The name of the database that contains the table metadata to return.
databaseName
- The name of the database that contains the table metadata to return.public void setTableName(String tableName)
The name of the table for which metadata is returned.
tableName
- The name of the table for which metadata is returned.public String getTableName()
The name of the table for which metadata is returned.
public GetTableMetadataRequest withTableName(String tableName)
The name of the table for which metadata is returned.
tableName
- The name of the table for which metadata is returned.public String toString()
toString
in class Object
Object.toString()
public GetTableMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()