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