@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetPartitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetPartitionResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetPartitionResult |
clone() |
boolean |
equals(Object obj) |
List<Partition> |
getPartitions()
A list of the requested partitions.
|
List<PartitionValueList> |
getUnprocessedKeys()
A list of the partition values in the request for which partions were not returned.
|
int |
hashCode() |
void |
setPartitions(Collection<Partition> partitions)
A list of the requested partitions.
|
void |
setUnprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetPartitionResult |
withPartitions(Collection<Partition> partitions)
A list of the requested partitions.
|
BatchGetPartitionResult |
withPartitions(Partition... partitions)
A list of the requested partitions.
|
BatchGetPartitionResult |
withUnprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
|
BatchGetPartitionResult |
withUnprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Partition> getPartitions()
A list of the requested partitions.
public void setPartitions(Collection<Partition> partitions)
A list of the requested partitions.
partitions
- A list of the requested partitions.public BatchGetPartitionResult withPartitions(Partition... partitions)
A list of the requested partitions.
NOTE: This method appends the values to the existing list (if any). Use
setPartitions(java.util.Collection)
or withPartitions(java.util.Collection)
if you want to
override the existing values.
partitions
- A list of the requested partitions.public BatchGetPartitionResult withPartitions(Collection<Partition> partitions)
A list of the requested partitions.
partitions
- A list of the requested partitions.public List<PartitionValueList> getUnprocessedKeys()
A list of the partition values in the request for which partions were not returned.
public void setUnprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
unprocessedKeys
- A list of the partition values in the request for which partions were not returned.public BatchGetPartitionResult withUnprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedKeys(java.util.Collection)
or withUnprocessedKeys(java.util.Collection)
if you
want to override the existing values.
unprocessedKeys
- A list of the partition values in the request for which partions were not returned.public BatchGetPartitionResult withUnprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
unprocessedKeys
- A list of the partition values in the request for which partions were not returned.public String toString()
toString
in class Object
Object.toString()
public BatchGetPartitionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.