@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExportsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExportsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier that Amazon Lex assigned to the bot.
|
String |
getBotVersion()
The version of the bot to list exports for.
|
List<ExportFilter> |
getFilters()
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
Integer |
getMaxResults()
The maximum number of exports to return in each page of results.
|
String |
getNextToken()
If the response from the
ListExports operation contains more results that specified in the
maxResults parameter, a token is returned in the response. |
ExportSortBy |
getSortBy()
Determines the field that the list of exports is sorted by.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
void |
setBotVersion(String botVersion)
The version of the bot to list exports for.
|
void |
setFilters(Collection<ExportFilter> filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
void |
setMaxResults(Integer maxResults)
The maximum number of exports to return in each page of results.
|
void |
setNextToken(String nextToken)
If the response from the
ListExports operation contains more results that specified in the
maxResults parameter, a token is returned in the response. |
void |
setSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
String |
toString()
Returns a string representation of this object.
|
ListExportsRequest |
withBotId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
|
ListExportsRequest |
withBotVersion(String botVersion)
The version of the bot to list exports for.
|
ListExportsRequest |
withFilters(Collection<ExportFilter> filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
ListExportsRequest |
withFilters(ExportFilter... filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the
filter specification.
|
ListExportsRequest |
withMaxResults(Integer maxResults)
The maximum number of exports to return in each page of results.
|
ListExportsRequest |
withNextToken(String nextToken)
If the response from the
ListExports operation contains more results that specified in the
maxResults parameter, a token is returned in the response. |
ListExportsRequest |
withSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setBotId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
botId - The unique identifier that Amazon Lex assigned to the bot.public String getBotId()
The unique identifier that Amazon Lex assigned to the bot.
public ListExportsRequest withBotId(String botId)
The unique identifier that Amazon Lex assigned to the bot.
botId - The unique identifier that Amazon Lex assigned to the bot.public void setBotVersion(String botVersion)
The version of the bot to list exports for.
botVersion - The version of the bot to list exports for.public String getBotVersion()
The version of the bot to list exports for.
public ListExportsRequest withBotVersion(String botVersion)
The version of the bot to list exports for.
botVersion - The version of the bot to list exports for.public void setSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by. You can sort by the LastUpdatedDateTime
field in ascending or descending order.
sortBy - Determines the field that the list of exports is sorted by. You can sort by the
LastUpdatedDateTime field in ascending or descending order.public ExportSortBy getSortBy()
Determines the field that the list of exports is sorted by. You can sort by the LastUpdatedDateTime
field in ascending or descending order.
LastUpdatedDateTime field in ascending or descending order.public ListExportsRequest withSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by. You can sort by the LastUpdatedDateTime
field in ascending or descending order.
sortBy - Determines the field that the list of exports is sorted by. You can sort by the
LastUpdatedDateTime field in ascending or descending order.public List<ExportFilter> getFilters()
Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
public void setFilters(Collection<ExportFilter> filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the exports in the response to only those that match
the filter specification. You can only specify one filter and one string to filter on.public ListExportsRequest withFilters(ExportFilter... filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - Provides the specification of a filter used to limit the exports in the response to only those that match
the filter specification. You can only specify one filter and one string to filter on.public ListExportsRequest withFilters(Collection<ExportFilter> filters)
Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
filters - Provides the specification of a filter used to limit the exports in the response to only those that match
the filter specification. You can only specify one filter and one string to filter on.public void setMaxResults(Integer maxResults)
The maximum number of exports 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.
maxResults - The maximum number of exports 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 Integer getMaxResults()
The maximum number of exports 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 ListExportsRequest withMaxResults(Integer maxResults)
The maximum number of exports 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.
maxResults - The maximum number of exports 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 void setNextToken(String nextToken)
If the response from the ListExports operation contains more results that 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.
nextToken - If the response from the ListExports operation contains more results that 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 String getNextToken()
If the response from the ListExports operation contains more results that 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.
ListExports operation contains more results that 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 ListExportsRequest withNextToken(String nextToken)
If the response from the ListExports operation contains more results that 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.
nextToken - If the response from the ListExports operation contains more results that 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 String toString()
toString in class ObjectObject.toString()public ListExportsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.