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