@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePartitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePartitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePartitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The Amazon Web Services account ID of the catalog in which the partition is to be created.
|
String |
getDatabaseName()
The name of the metadata database in which the partition is to be created.
|
PartitionInput |
getPartitionInput()
A
PartitionInput structure defining the partition to be created. |
String |
getTableName()
The name of the metadata table in which the partition is to be created.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The Amazon Web Services account ID of the catalog in which the partition is to be created.
|
void |
setDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
void |
setPartitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
void |
setTableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
String |
toString()
Returns a string representation of this object.
|
CreatePartitionRequest |
withCatalogId(String catalogId)
The Amazon Web Services account ID of the catalog in which the partition is to be created.
|
CreatePartitionRequest |
withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
CreatePartitionRequest |
withPartitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
CreatePartitionRequest |
withTableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
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 Amazon Web Services account ID of the catalog in which the partition is to be created.
catalogId
- The Amazon Web Services account ID of the catalog in which the partition is to be created.public String getCatalogId()
The Amazon Web Services account ID of the catalog in which the partition is to be created.
public CreatePartitionRequest withCatalogId(String catalogId)
The Amazon Web Services account ID of the catalog in which the partition is to be created.
catalogId
- The Amazon Web Services account ID of the catalog in which the partition is to be created.public void setDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
databaseName
- The name of the metadata database in which the partition is to be created.public String getDatabaseName()
The name of the metadata database in which the partition is to be created.
public CreatePartitionRequest withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
databaseName
- The name of the metadata database in which the partition is to be created.public void setTableName(String tableName)
The name of the metadata table in which the partition is to be created.
tableName
- The name of the metadata table in which the partition is to be created.public String getTableName()
The name of the metadata table in which the partition is to be created.
public CreatePartitionRequest withTableName(String tableName)
The name of the metadata table in which the partition is to be created.
tableName
- The name of the metadata table in which the partition is to be created.public void setPartitionInput(PartitionInput partitionInput)
A PartitionInput
structure defining the partition to be created.
partitionInput
- A PartitionInput
structure defining the partition to be created.public PartitionInput getPartitionInput()
A PartitionInput
structure defining the partition to be created.
PartitionInput
structure defining the partition to be created.public CreatePartitionRequest withPartitionInput(PartitionInput partitionInput)
A PartitionInput
structure defining the partition to be created.
partitionInput
- A PartitionInput
structure defining the partition to be created.public String toString()
toString
in class Object
Object.toString()
public CreatePartitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()