@Generated(value="software.amazon.awssdk:codegen") public final class ListImportsRequest extends LexModelsV2Request implements ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListImportsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The unique identifier that Amazon Lex assigned to the bot.
|
String |
botVersion()
The version of the bot to list imports for.
|
static ListImportsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<ImportFilter> |
filters()
Provides the specification of a filter used to limit the bots in the response to only those that match the filter
specification.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
Returns true if the Filters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of imports to return in each page of results.
|
String |
nextToken()
If the response from the
ListImports operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListImportsRequest.Builder> |
serializableBuilderClass() |
ImportSortBy |
sortBy()
Determines the field that the list of imports is sorted by.
|
ListImportsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The unique identifier that Amazon Lex assigned to the bot.
public final String botVersion()
The version of the bot to list imports for.
public final ImportSortBy sortBy()
Determines the field that the list of imports is sorted by. You can sort by the LastUpdatedDateTime
field in ascending or descending order.
LastUpdatedDateTime field in ascending or descending order.public final boolean hasFilters()
public final List<ImportFilter> filters()
Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilters() to see if a value was sent in this field.
public final Integer maxResults()
The maximum number of imports to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
public final String nextToken()
If the response from the ListImports operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
ListImports operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.public ListImportsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>toBuilder in class LexModelsV2Requestpublic static ListImportsRequest.Builder builder()
public static Class<? extends ListImportsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.