@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListIndex extends Object implements Serializable, Cloneable, StructuredPojo
Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchListIndex() |
Modifier and Type | Method and Description |
---|---|
BatchListIndex |
clone() |
boolean |
equals(Object obj) |
ObjectReference |
getIndexReference()
The reference to the index to list.
|
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getNextToken()
The pagination token.
|
List<ObjectAttributeRange> |
getRangesOnIndexedValues()
Specifies the ranges of indexed values that you want to query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndexReference(ObjectReference indexReference)
The reference to the index to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListIndex |
withIndexReference(ObjectReference indexReference)
The reference to the index to list.
|
BatchListIndex |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListIndex |
withNextToken(String nextToken)
The pagination token.
|
BatchListIndex |
withRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
BatchListIndex |
withRangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
|
public List<ObjectAttributeRange> getRangesOnIndexedValues()
Specifies the ranges of indexed values that you want to query.
public void setRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
rangesOnIndexedValues
- Specifies the ranges of indexed values that you want to query.public BatchListIndex withRangesOnIndexedValues(ObjectAttributeRange... rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
NOTE: This method appends the values to the existing list (if any). Use
setRangesOnIndexedValues(java.util.Collection)
or
withRangesOnIndexedValues(java.util.Collection)
if you want to override the existing values.
rangesOnIndexedValues
- Specifies the ranges of indexed values that you want to query.public BatchListIndex withRangesOnIndexedValues(Collection<ObjectAttributeRange> rangesOnIndexedValues)
Specifies the ranges of indexed values that you want to query.
rangesOnIndexedValues
- Specifies the ranges of indexed values that you want to query.public void setIndexReference(ObjectReference indexReference)
The reference to the index to list.
indexReference
- The reference to the index to list.public ObjectReference getIndexReference()
The reference to the index to list.
public BatchListIndex withIndexReference(ObjectReference indexReference)
The reference to the index to list.
indexReference
- The reference to the index to list.public void setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults
- The maximum number of results to retrieve.public Integer getMaxResults()
The maximum number of results to retrieve.
public BatchListIndex withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults
- The maximum number of results to retrieve.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchListIndex withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public BatchListIndex clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.