@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotResourceGenerationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBotResourceGenerationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBotResourceGenerationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot whose generation requests you want to view.
|
String |
getBotVersion()
The version of the bot whose generation requests you want to view.
|
String |
getLocaleId()
The locale of the bot whose generation requests you want to view.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
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. |
GenerationSortBy |
getSortBy()
An object containing information about the attribute and the method by which to sort the results
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot whose generation requests you want to view.
|
void |
setBotVersion(String botVersion)
The version of the bot whose generation requests you want to view.
|
void |
setLocaleId(String localeId)
The locale of the bot whose generation requests you want to view.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
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. |
void |
setSortBy(GenerationSortBy sortBy)
An object containing information about the attribute and the method by which to sort the results
|
String |
toString()
Returns a string representation of this object.
|
ListBotResourceGenerationsRequest |
withBotId(String botId)
The unique identifier of the bot whose generation requests you want to view.
|
ListBotResourceGenerationsRequest |
withBotVersion(String botVersion)
The version of the bot whose generation requests you want to view.
|
ListBotResourceGenerationsRequest |
withLocaleId(String localeId)
The locale of the bot whose generation requests you want to view.
|
ListBotResourceGenerationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListBotResourceGenerationsRequest |
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. |
ListBotResourceGenerationsRequest |
withSortBy(GenerationSortBy sortBy)
An object containing information about the attribute and the method by which to sort the results
|
addHandlerContext, 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, withSdkRequestTimeout
public void setBotId(String botId)
The unique identifier of the bot whose generation requests you want to view.
botId
- The unique identifier of the bot whose generation requests you want to view.public String getBotId()
The unique identifier of the bot whose generation requests you want to view.
public ListBotResourceGenerationsRequest withBotId(String botId)
The unique identifier of the bot whose generation requests you want to view.
botId
- The unique identifier of the bot whose generation requests you want to view.public void setBotVersion(String botVersion)
The version of the bot whose generation requests you want to view.
botVersion
- The version of the bot whose generation requests you want to view.public String getBotVersion()
The version of the bot whose generation requests you want to view.
public ListBotResourceGenerationsRequest withBotVersion(String botVersion)
The version of the bot whose generation requests you want to view.
botVersion
- The version of the bot whose generation requests you want to view.public void setLocaleId(String localeId)
The locale of the bot whose generation requests you want to view.
localeId
- The locale of the bot whose generation requests you want to view.public String getLocaleId()
The locale of the bot whose generation requests you want to view.
public ListBotResourceGenerationsRequest withLocaleId(String localeId)
The locale of the bot whose generation requests you want to view.
localeId
- The locale of the bot whose generation requests you want to view.public void setSortBy(GenerationSortBy sortBy)
An object containing information about the attribute and the method by which to sort the results
sortBy
- An object containing information about the attribute and the method by which to sort the resultspublic GenerationSortBy getSortBy()
An object containing information about the attribute and the method by which to sort the results
public ListBotResourceGenerationsRequest withSortBy(GenerationSortBy sortBy)
An object containing information about the attribute and the method by which to sort the results
sortBy
- An object containing information about the attribute and the method by which to sort the resultspublic void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListBotResourceGenerationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.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 ListBotResourceGenerationsRequest 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 ListBotResourceGenerationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()