@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetPartitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetPartitionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetPartitionRequest |
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 partitions in question reside.
|
String |
getDatabaseName()
The name of the catalog database where the partitions reside.
|
List<PartitionValueList> |
getPartitionsToGet()
A list of partition values identifying the partitions to retrieve.
|
String |
getTableName()
The name of the partitions' table.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
void |
setPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
void |
setTableName(String tableName)
The name of the partitions' table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetPartitionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
BatchGetPartitionRequest |
withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
BatchGetPartitionRequest |
withPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest |
withPartitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest |
withTableName(String tableName)
The name of the partitions' table.
|
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 partitions in question reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account
ID is used by default.public String getCatalogId()
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
public BatchGetPartitionRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account
ID is used by default.public void setDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName
- The name of the catalog database where the partitions reside.public String getDatabaseName()
The name of the catalog database where the partitions reside.
public BatchGetPartitionRequest withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName
- The name of the catalog database where the partitions reside.public void setTableName(String tableName)
The name of the partitions' table.
tableName
- The name of the partitions' table.public String getTableName()
The name of the partitions' table.
public BatchGetPartitionRequest withTableName(String tableName)
The name of the partitions' table.
tableName
- The name of the partitions' table.public List<PartitionValueList> getPartitionsToGet()
A list of partition values identifying the partitions to retrieve.
public void setPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
partitionsToGet
- A list of partition values identifying the partitions to retrieve.public BatchGetPartitionRequest withPartitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
NOTE: This method appends the values to the existing list (if any). Use
setPartitionsToGet(java.util.Collection)
or withPartitionsToGet(java.util.Collection)
if you
want to override the existing values.
partitionsToGet
- A list of partition values identifying the partitions to retrieve.public BatchGetPartitionRequest withPartitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
partitionsToGet
- A list of partition values identifying the partitions to retrieve.public String toString()
toString
in class Object
Object.toString()
public BatchGetPartitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.