@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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.
public ObjectReference indexReference()
The reference to the index to list.
public Integer maxResults()
The maximum number of results to retrieve.
public String nextToken()
The pagination token.
public BatchListIndex.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchListIndex.Builder,BatchListIndex>
public static BatchListIndex.Builder builder()
public static Class<? extends BatchListIndex.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.