ToCopyableBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListLexiconsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListLexiconsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListLexiconsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<LexiconDescription> |
lexicons() |
A list of lexicon names and attributes.
|
String |
nextToken() |
The pagination token to use in the next request to continue the listing of lexicons.
|
static Class<? extends ListLexiconsResponse.Builder> |
serializableBuilderClass() |
|
ListLexiconsResponse.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<LexiconDescription> lexicons()
A list of lexicon names and attributes.
public String nextToken()
The pagination token to use in the next request to continue the listing of lexicons. NextToken
is
returned only if the response is truncated.
NextToken
is returned only if the response is truncated.public ListLexiconsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListLexiconsResponse.Builder,ListLexiconsResponse>
public static ListLexiconsResponse.Builder builder()
public static Class<? extends ListLexiconsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.