@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPartitionIndexesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPartitionIndexesResult() |
Modifier and Type | Method and Description |
---|---|
GetPartitionIndexesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, present if the current list segment is not the last.
|
List<PartitionIndexDescriptor> |
getPartitionIndexDescriptorList()
A list of index descriptors.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
void |
setPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
String |
toString()
Returns a string representation of this object.
|
GetPartitionIndexesResult |
withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
GetPartitionIndexesResult |
withPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
|
GetPartitionIndexesResult |
withPartitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PartitionIndexDescriptor> getPartitionIndexDescriptorList()
A list of index descriptors.
public void setPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
partitionIndexDescriptorList
- A list of index descriptors.public GetPartitionIndexesResult withPartitionIndexDescriptorList(PartitionIndexDescriptor... partitionIndexDescriptorList)
A list of index descriptors.
NOTE: This method appends the values to the existing list (if any). Use
setPartitionIndexDescriptorList(java.util.Collection)
or
withPartitionIndexDescriptorList(java.util.Collection)
if you want to override the existing values.
partitionIndexDescriptorList
- A list of index descriptors.public GetPartitionIndexesResult withPartitionIndexDescriptorList(Collection<PartitionIndexDescriptor> partitionIndexDescriptorList)
A list of index descriptors.
partitionIndexDescriptorList
- A list of index descriptors.public void setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken
- A continuation token, present if the current list segment is not the last.public String getNextToken()
A continuation token, present if the current list segment is not the last.
public GetPartitionIndexesResult withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken
- A continuation token, present if the current list segment is not the last.public String toString()
toString
in class Object
Object.toString()
public GetPartitionIndexesResult clone()