@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntentStageMetricsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIntentStageMetricsResult() |
Modifier and Type | Method and Description |
---|---|
ListIntentStageMetricsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier for the bot for which you retrieved intent stage metrics.
|
String |
getNextToken()
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
List<AnalyticsIntentStageResult> |
getResults()
The results for the intent stage metrics.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
|
void |
setNextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
void |
setResults(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
|
String |
toString()
Returns a string representation of this object.
|
ListIntentStageMetricsResult |
withBotId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
|
ListIntentStageMetricsResult |
withNextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListIntentStageMetricsResult |
withResults(AnalyticsIntentStageResult... results)
The results for the intent stage metrics.
|
ListIntentStageMetricsResult |
withResults(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
botId
- The identifier for the bot for which you retrieved intent stage metrics.public String getBotId()
The identifier for the bot for which you retrieved intent stage metrics.
public ListIntentStageMetricsResult withBotId(String botId)
The identifier for the bot for which you retrieved intent stage metrics.
botId
- The identifier for the bot for which you retrieved intent stage metrics.public List<AnalyticsIntentStageResult> getResults()
The results for the intent stage metrics.
public void setResults(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
results
- The results for the intent stage metrics.public ListIntentStageMetricsResult withResults(AnalyticsIntentStageResult... results)
The results for the intent stage metrics.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection)
or withResults(java.util.Collection)
if you want to override
the existing values.
results
- The results for the intent stage metrics.public ListIntentStageMetricsResult withResults(Collection<AnalyticsIntentStageResult> results)
The results for the intent stage metrics.
results
- The results for the intent stage metrics.public void setNextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
nextToken
- If the response from the ListIntentStageMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
public String getNextToken()
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
public ListIntentStageMetricsResult withNextToken(String nextToken)
If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
nextToken
- If the response from the ListIntentStageMetrics operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.
public String toString()
toString
in class Object
Object.toString()
public ListIntentStageMetricsResult clone()