@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPartitionIndexesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPartitionIndexesRequest() |
Modifier and Type | Method and Description |
---|---|
GetPartitionIndexesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The catalog ID where the table resides.
|
String |
getDatabaseName()
Specifies the name of a database from which you want to retrieve partition indexes.
|
String |
getNextToken()
A continuation token, included if this is a continuation call.
|
String |
getTableName()
Specifies the name of a table for which you want to retrieve the partition indexes.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The catalog ID where the table resides.
|
void |
setDatabaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
|
void |
setNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
void |
setTableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
|
String |
toString()
Returns a string representation of this object.
|
GetPartitionIndexesRequest |
withCatalogId(String catalogId)
The catalog ID where the table resides.
|
GetPartitionIndexesRequest |
withDatabaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
|
GetPartitionIndexesRequest |
withNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
GetPartitionIndexesRequest |
withTableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
|
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 catalog ID where the table resides.
catalogId
- The catalog ID where the table resides.public String getCatalogId()
The catalog ID where the table resides.
public GetPartitionIndexesRequest withCatalogId(String catalogId)
The catalog ID where the table resides.
catalogId
- The catalog ID where the table resides.public void setDatabaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
databaseName
- Specifies the name of a database from which you want to retrieve partition indexes.public String getDatabaseName()
Specifies the name of a database from which you want to retrieve partition indexes.
public GetPartitionIndexesRequest withDatabaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
databaseName
- Specifies the name of a database from which you want to retrieve partition indexes.public void setTableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
tableName
- Specifies the name of a table for which you want to retrieve the partition indexes.public String getTableName()
Specifies the name of a table for which you want to retrieve the partition indexes.
public GetPartitionIndexesRequest withTableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
tableName
- Specifies the name of a table for which you want to retrieve the partition indexes.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 GetPartitionIndexesRequest 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 String toString()
toString
in class Object
Object.toString()
public GetPartitionIndexesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()