@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuiltInIntentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListBuiltInIntentsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListBuiltInIntentsResult | clone() | 
| boolean | equals(Object obj) | 
| List<BuiltInIntentSummary> | getBuiltInIntentSummaries()
 Summary information for the built-in 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
  ListBuiltInIntentsoperation. | 
| int | hashCode() | 
| void | setBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
 Summary information for the built-in 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
  ListBuiltInIntentsoperation. | 
| String | toString()Returns a string representation of this object. | 
| ListBuiltInIntentsResult | withBuiltInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
 Summary information for the built-in intents that meet the filter criteria specified in the request. | 
| ListBuiltInIntentsResult | withBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
 Summary information for the built-in intents that meet the filter criteria specified in the request. | 
| ListBuiltInIntentsResult | withLocaleId(String localeId)
 The language and locale of the intents in the list. | 
| ListBuiltInIntentsResult | withNextToken(String nextToken)
 A token that indicates whether there are more results to return in a response to the
  ListBuiltInIntentsoperation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BuiltInIntentSummary> getBuiltInIntentSummaries()
 Summary information for the built-in 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 setBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
 Summary information for the built-in 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.
 
builtInIntentSummaries - Summary information for the built-in 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 ListBuiltInIntentsResult withBuiltInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
 Summary information for the built-in 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
 setBuiltInIntentSummaries(java.util.Collection) or
 withBuiltInIntentSummaries(java.util.Collection) if you want to override the existing values.
 
builtInIntentSummaries - Summary information for the built-in 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 ListBuiltInIntentsResult withBuiltInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
 Summary information for the built-in 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.
 
builtInIntentSummaries - Summary information for the built-in 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
 ListBuiltInIntents operation. If the nextToken field is present, you send the contents
 as the nextToken parameter of a ListBotAliases 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
        ListBuiltInIntents operation. If the nextToken field is present, you send the
        contents as the nextToken parameter of a ListBotAliases 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
 ListBuiltInIntents operation. If the nextToken field is present, you send the contents
 as the nextToken parameter of a ListBotAliases operation request to get the next page
 of results.
 
ListBuiltInIntents operation. If the nextToken field is present, you send the
         contents as the nextToken parameter of a ListBotAliases operation request to
         get the next page of results.public ListBuiltInIntentsResult withNextToken(String nextToken)
 A token that indicates whether there are more results to return in a response to the
 ListBuiltInIntents operation. If the nextToken field is present, you send the contents
 as the nextToken parameter of a ListBotAliases 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
        ListBuiltInIntents operation. If the nextToken field is present, you send the
        contents as the nextToken parameter of a ListBotAliases operation request to get
        the next page of results.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 ListBuiltInIntentsResult 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 String toString()
toString in class ObjectObject.toString()public ListBuiltInIntentsResult clone()