@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotRecommendationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBotRecommendationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBotRecommendationsRequest |
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 that contains the bot recommendation list.
|
String |
getBotVersion()
The version of the bot that contains the bot recommendation list.
|
String |
getLocaleId()
The identifier of the language and locale of the bot recommendation list.
|
Integer |
getMaxResults()
The maximum number of bot recommendations to return in each page of results.
|
String |
getNextToken()
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
void |
setBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
void |
setNextToken(String nextToken)
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListBotRecommendationsRequest |
withBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest |
withBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
ListBotRecommendationsRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsRequest |
withMaxResults(Integer maxResults)
The maximum number of bot recommendations to return in each page of results.
|
ListBotRecommendationsRequest |
withNextToken(String nextToken)
If the response from the ListBotRecommendation operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
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 that contains the bot recommendation list.
botId
- The unique identifier of the bot that contains the bot recommendation list.public String getBotId()
The unique identifier of the bot that contains the bot recommendation list.
public ListBotRecommendationsRequest withBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
botId
- The unique identifier of the bot that contains the bot recommendation list.public void setBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
botVersion
- The version of the bot that contains the bot recommendation list.public String getBotVersion()
The version of the bot that contains the bot recommendation list.
public ListBotRecommendationsRequest withBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
botVersion
- The version of the bot that contains the bot recommendation list.public void setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
localeId
- The identifier of the language and locale of the bot recommendation list.public String getLocaleId()
The identifier of the language and locale of the bot recommendation list.
public ListBotRecommendationsRequest withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
localeId
- The identifier of the language and locale of the bot recommendation list.public void setMaxResults(Integer maxResults)
The maximum number of bot recommendations 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 bot recommendations 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 bot recommendations 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 ListBotRecommendationsRequest withMaxResults(Integer maxResults)
The maximum number of bot recommendations 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 bot recommendations 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 ListBotRecommendation 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.
nextToken
- If the response from the ListBotRecommendation 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 String getNextToken()
If the response from the ListBotRecommendation 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 ListBotRecommendationsRequest withNextToken(String nextToken)
If the response from the ListBotRecommendation 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.
nextToken
- If the response from the ListBotRecommendation 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 String toString()
toString
in class Object
Object.toString()
public ListBotRecommendationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()