ToCopyableBuilder<ListIndexResponse.Builder,ListIndexResponse>
@Generated("software.amazon.awssdk:codegen") public class ListIndexResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListIndexResponse.Builder,ListIndexResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListIndexResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListIndexResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<IndexAttachment> |
indexAttachments() |
The objects and indexed values attached to the index.
|
String |
nextToken() |
The pagination token.
|
static Class<? extends ListIndexResponse.Builder> |
serializableBuilderClass() |
|
ListIndexResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<IndexAttachment> indexAttachments()
The objects and indexed values attached to the index.
public String nextToken()
The pagination token.
public ListIndexResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListIndexResponse.Builder,ListIndexResponse>
public static ListIndexResponse.Builder builder()
public static Class<? extends ListIndexResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.