@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBotRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBotRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
ListBotRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot that contains the bot recommendation list.
|
List<BotRecommendationSummary> |
getBotRecommendationSummaries()
Summary information for the bot recommendations that meet the filter specified in this request.
|
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.
|
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the ListBotRecommendations
operation.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
void |
setBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
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 |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations
operation.
|
String |
toString()
Returns a string representation of this object.
|
ListBotRecommendationsResult |
withBotId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResult |
withBotRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResult |
withBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResult |
withBotVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResult |
withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations
operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListBotRecommendationsResult 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 ListBotRecommendationsResult 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 ListBotRecommendationsResult 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 List<BotRecommendationSummary> getBotRecommendationSummaries()
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
public void setBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
botRecommendationSummaries
- Summary information for the bot recommendations that meet the filter specified in this request. The length
of the list is specified in the maxResults parameter of the request. If there are more bot recommendations
available, the nextToken field contains a token to get the next page of results.public ListBotRecommendationsResult withBotRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations 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
setBotRecommendationSummaries(java.util.Collection)
or
withBotRecommendationSummaries(java.util.Collection)
if you want to override the existing values.
botRecommendationSummaries
- Summary information for the bot recommendations that meet the filter specified in this request. The length
of the list is specified in the maxResults parameter of the request. If there are more bot recommendations
available, the nextToken field contains a token to get the next page of results.public ListBotRecommendationsResult withBotRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
botRecommendationSummaries
- Summary information for the bot recommendations that meet the filter specified in this request. The length
of the list is specified in the maxResults parameter of the request. If there are more bot recommendations
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 ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations 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
ListBotRecommendations operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListBotRecommendations 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 ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations operation request to get the next page of results.
public ListBotRecommendationsResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations 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
ListBotRecommendations operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListBotRecommendations operation request to get the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListBotRecommendationsResult clone()