@Generated(value="software.amazon.awssdk:codegen") public final class BatchListIndex extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchListIndex.Builder,BatchListIndex>
Lists objects attached to the specified index inside a BatchRead operation. For more information, see ListIndex and BatchReadRequest$Operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchListIndex.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchListIndex.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRangesOnIndexedValues()
Returns true if the RangesOnIndexedValues property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
ObjectReference |
indexReference()
The reference to the index to list.
|
Integer |
maxResults()
The maximum number of results to retrieve.
|
String |
nextToken()
The pagination token.
|
List<ObjectAttributeRange> |
rangesOnIndexedValues()
Specifies the ranges of indexed values that you want to query.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchListIndex.Builder> |
serializableBuilderClass() |
BatchListIndex.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasRangesOnIndexedValues()
public final List<ObjectAttributeRange> rangesOnIndexedValues()
Specifies the ranges of indexed values that you want to query.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRangesOnIndexedValues() to see if a value was sent in this field.
public final ObjectReference indexReference()
The reference to the index to list.
public final Integer maxResults()
The maximum number of results to retrieve.
public final String nextToken()
The pagination token.
public BatchListIndex.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchListIndex.Builder,BatchListIndex>public static BatchListIndex.Builder builder()
public static Class<? extends BatchListIndex.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.