@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotResourceGenerationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBotResourceGenerationsResult() |
Modifier and Type | Method and Description |
---|---|
ListBotResourceGenerationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot for which the generation requests were made.
|
String |
getBotVersion()
The version of the bot for which the generation requests were made.
|
List<GenerationSummary> |
getGenerationSummaries()
A list of objects, each containing information about a generation request for the bot locale.
|
String |
getLocaleId()
The locale of the bot for which the generation requests were made.
|
String |
getNextToken()
If the total number of results is greater than the number specified in the
maxResults , the response
returns a token in the nextToken field. |
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot for which the generation requests were made.
|
void |
setBotVersion(String botVersion)
The version of the bot for which the generation requests were made.
|
void |
setGenerationSummaries(Collection<GenerationSummary> generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
|
void |
setLocaleId(String localeId)
The locale of the bot for which the generation requests were made.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the number specified in the
maxResults , the response
returns a token in the nextToken field. |
String |
toString()
Returns a string representation of this object.
|
ListBotResourceGenerationsResult |
withBotId(String botId)
The unique identifier of the bot for which the generation requests were made.
|
ListBotResourceGenerationsResult |
withBotVersion(String botVersion)
The version of the bot for which the generation requests were made.
|
ListBotResourceGenerationsResult |
withGenerationSummaries(Collection<GenerationSummary> generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
|
ListBotResourceGenerationsResult |
withGenerationSummaries(GenerationSummary... generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
|
ListBotResourceGenerationsResult |
withLocaleId(String localeId)
The locale of the bot for which the generation requests were made.
|
ListBotResourceGenerationsResult |
withNextToken(String nextToken)
If the total number of results is greater than the number specified in the
maxResults , the response
returns a token in the nextToken field. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot for which the generation requests were made.
botId
- The unique identifier of the bot for which the generation requests were made.public String getBotId()
The unique identifier of the bot for which the generation requests were made.
public ListBotResourceGenerationsResult withBotId(String botId)
The unique identifier of the bot for which the generation requests were made.
botId
- The unique identifier of the bot for which the generation requests were made.public void setBotVersion(String botVersion)
The version of the bot for which the generation requests were made.
botVersion
- The version of the bot for which the generation requests were made.public String getBotVersion()
The version of the bot for which the generation requests were made.
public ListBotResourceGenerationsResult withBotVersion(String botVersion)
The version of the bot for which the generation requests were made.
botVersion
- The version of the bot for which the generation requests were made.public void setLocaleId(String localeId)
The locale of the bot for which the generation requests were made.
localeId
- The locale of the bot for which the generation requests were made.public String getLocaleId()
The locale of the bot for which the generation requests were made.
public ListBotResourceGenerationsResult withLocaleId(String localeId)
The locale of the bot for which the generation requests were made.
localeId
- The locale of the bot for which the generation requests were made.public List<GenerationSummary> getGenerationSummaries()
A list of objects, each containing information about a generation request for the bot locale.
public void setGenerationSummaries(Collection<GenerationSummary> generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
generationSummaries
- A list of objects, each containing information about a generation request for the bot locale.public ListBotResourceGenerationsResult withGenerationSummaries(GenerationSummary... generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
NOTE: This method appends the values to the existing list (if any). Use
setGenerationSummaries(java.util.Collection)
or withGenerationSummaries(java.util.Collection)
if you want to override the existing values.
generationSummaries
- A list of objects, each containing information about a generation request for the bot locale.public ListBotResourceGenerationsResult withGenerationSummaries(Collection<GenerationSummary> generationSummaries)
A list of objects, each containing information about a generation request for the bot locale.
generationSummaries
- A list of objects, each containing information about a generation request for the bot locale.public void setNextToken(String nextToken)
If the total number of results is greater than the number specified in the maxResults
, the response
returns a token in the nextToken
field. Use this token when making a request to return the next
batch of results.
nextToken
- If the total number of results is greater than the number specified in the maxResults
, the
response returns a token in the nextToken
field. Use this token when making a request to
return the next batch of results.public String getNextToken()
If the total number of results is greater than the number specified in the maxResults
, the response
returns a token in the nextToken
field. Use this token when making a request to return the next
batch of results.
maxResults
, the
response returns a token in the nextToken
field. Use this token when making a request to
return the next batch of results.public ListBotResourceGenerationsResult withNextToken(String nextToken)
If the total number of results is greater than the number specified in the maxResults
, the response
returns a token in the nextToken
field. Use this token when making a request to return the next
batch of results.
nextToken
- If the total number of results is greater than the number specified in the maxResults
, the
response returns a token in the nextToken
field. Use this token when making a request to
return the next batch of results.public String toString()
toString
in class Object
Object.toString()
public ListBotResourceGenerationsResult clone()