@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePartitionIndexRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreatePartitionIndexRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreatePartitionIndexRequest | 
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 in which you want to create a partition index. 
 | 
PartitionIndex | 
getPartitionIndex()
 Specifies a  
PartitionIndex structure to create a partition index in an existing table. | 
String | 
getTableName()
 Specifies the name of a table in which you want to create a partition index. 
 | 
int | 
hashCode()  | 
void | 
setCatalogId(String catalogId)
 The catalog ID where the table resides. 
 | 
void | 
setDatabaseName(String databaseName)
 Specifies the name of a database in which you want to create a partition index. 
 | 
void | 
setPartitionIndex(PartitionIndex partitionIndex)
 Specifies a  
PartitionIndex structure to create a partition index in an existing table. | 
void | 
setTableName(String tableName)
 Specifies the name of a table in which you want to create a partition index. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreatePartitionIndexRequest | 
withCatalogId(String catalogId)
 The catalog ID where the table resides. 
 | 
CreatePartitionIndexRequest | 
withDatabaseName(String databaseName)
 Specifies the name of a database in which you want to create a partition index. 
 | 
CreatePartitionIndexRequest | 
withPartitionIndex(PartitionIndex partitionIndex)
 Specifies a  
PartitionIndex structure to create a partition index in an existing table. | 
CreatePartitionIndexRequest | 
withTableName(String tableName)
 Specifies the name of a table in which you want to create a partition index. 
 | 
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 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 CreatePartitionIndexRequest 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 in which you want to create a partition index.
databaseName - Specifies the name of a database in which you want to create a partition index.public String getDatabaseName()
Specifies the name of a database in which you want to create a partition index.
public CreatePartitionIndexRequest withDatabaseName(String databaseName)
Specifies the name of a database in which you want to create a partition index.
databaseName - Specifies the name of a database in which you want to create a partition index.public void setTableName(String tableName)
Specifies the name of a table in which you want to create a partition index.
tableName - Specifies the name of a table in which you want to create a partition index.public String getTableName()
Specifies the name of a table in which you want to create a partition index.
public CreatePartitionIndexRequest withTableName(String tableName)
Specifies the name of a table in which you want to create a partition index.
tableName - Specifies the name of a table in which you want to create a partition index.public void setPartitionIndex(PartitionIndex partitionIndex)
 Specifies a PartitionIndex structure to create a partition index in an existing table.
 
partitionIndex - Specifies a PartitionIndex structure to create a partition index in an existing table.public PartitionIndex getPartitionIndex()
 Specifies a PartitionIndex structure to create a partition index in an existing table.
 
PartitionIndex structure to create a partition index in an existing table.public CreatePartitionIndexRequest withPartitionIndex(PartitionIndex partitionIndex)
 Specifies a PartitionIndex structure to create a partition index in an existing table.
 
partitionIndex - Specifies a PartitionIndex structure to create a partition index in an existing table.public String toString()
toString in class ObjectObject.toString()public CreatePartitionIndexRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()