@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExportsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExportsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier assigned to the bot by Amazon Lex.
|
String |
getBotVersion()
The version of the bot that was exported.
|
List<ExportSummary> |
getExportSummaries()
Summary information for the exports that meet the filter criteria specified in the request.
|
String |
getLocaleId()
The locale specified in the request.
|
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the
ListExports
operation. |
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
|
void |
setBotVersion(String botVersion)
The version of the bot that was exported.
|
void |
setExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
void |
setLocaleId(String localeId)
The locale specified in the request.
|
void |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListExports
operation. |
String |
toString()
Returns a string representation of this object.
|
ListExportsResult |
withBotId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
|
ListExportsResult |
withBotVersion(String botVersion)
The version of the bot that was exported.
|
ListExportsResult |
withExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResult |
withExportSummaries(ExportSummary... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request.
|
ListExportsResult |
withLocaleId(String localeId)
The locale specified in the request.
|
ListExportsResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListExports
operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBotId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
botId - The unique identifier assigned to the bot by Amazon Lex.public String getBotId()
The unique identifier assigned to the bot by Amazon Lex.
public ListExportsResult withBotId(String botId)
The unique identifier assigned to the bot by Amazon Lex.
botId - The unique identifier assigned to the bot by Amazon Lex.public void setBotVersion(String botVersion)
The version of the bot that was exported.
botVersion - The version of the bot that was exported.public String getBotVersion()
The version of the bot that was exported.
public ListExportsResult withBotVersion(String botVersion)
The version of the bot that was exported.
botVersion - The version of the bot that was exported.public List<ExportSummary> getExportSummaries()
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.public void setExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.public ListExportsResult withExportSummaries(ExportSummary... exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
NOTE: This method appends the values to the existing list (if any). Use
setExportSummaries(java.util.Collection) or withExportSummaries(java.util.Collection) if you
want to override the existing values.
exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.public ListExportsResult withExportSummaries(Collection<ExportSummary> exportSummaries)
Summary information for the exports that meet the filter criteria specified in the request. The length of the
list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.
exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length of
the list is specified in the maxResults parameter. If there are more exports available, the
nextToken field contains a token to get the next page of results.public void setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListExports
operation. If the nextToken field is present, you send the contents as the nextToken
parameter of a ListExports operation request to get the next page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListExports operation. If the nextToken field is present, you send the contents
as the nextToken parameter of a ListExports operation request to get the next
page of results.public String getNextToken()
A token that indicates whether there are more results to return in a response to the ListExports
operation. If the nextToken field is present, you send the contents as the nextToken
parameter of a ListExports operation request to get the next page of results.
ListExports operation. If the nextToken field is present, you send the contents
as the nextToken parameter of a ListExports operation request to get the next
page of results.public ListExportsResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListExports
operation. If the nextToken field is present, you send the contents as the nextToken
parameter of a ListExports operation request to get the next page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListExports operation. If the nextToken field is present, you send the contents
as the nextToken parameter of a ListExports operation request to get the next
page of results.public void setLocaleId(String localeId)
The locale specified in the request.
localeId - The locale specified in the request.public String getLocaleId()
The locale specified in the request.
public ListExportsResult withLocaleId(String localeId)
The locale specified in the request.
localeId - The locale specified in the request.public String toString()
toString in class ObjectObject.toString()public ListExportsResult clone()