@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCallAnalyticsCategoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCallAnalyticsCategoriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of categories to return in each page of results.
|
String |
getNextToken()
When included,
NextTokenfetches the next set of categories if the result of the previous request was
truncated. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of categories to return in each page of results.
|
void |
setNextToken(String nextToken)
When included,
NextTokenfetches the next set of categories if the result of the previous request was
truncated. |
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsCategoriesRequest |
withMaxResults(Integer maxResults)
The maximum number of categories to return in each page of results.
|
ListCallAnalyticsCategoriesRequest |
withNextToken(String nextToken)
When included,
NextTokenfetches the next set of categories if the result of the previous request was
truncated. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
When included, NextTokenfetches the next set of categories if the result of the previous request was
truncated.
nextToken - When included, NextTokenfetches the next set of categories if the result of the previous
request was truncated.public String getNextToken()
When included, NextTokenfetches the next set of categories if the result of the previous request was
truncated.
NextTokenfetches the next set of categories if the result of the previous
request was truncated.public ListCallAnalyticsCategoriesRequest withNextToken(String nextToken)
When included, NextTokenfetches the next set of categories if the result of the previous request was
truncated.
nextToken - When included, NextTokenfetches the next set of categories if the result of the previous
request was truncated.public void setMaxResults(Integer maxResults)
The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of categories to return in each page of results. If there are fewer results than the
value you specify, only the actual results are returned. If you do not specify a value, the default of 5
is used.public Integer getMaxResults()
The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
public ListCallAnalyticsCategoriesRequest withMaxResults(Integer maxResults)
The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of categories to return in each page of results. If there are fewer results than the
value you specify, only the actual results are returned. If you do not specify a value, the default of 5
is used.public String toString()
toString in class ObjectObject.toString()public ListCallAnalyticsCategoriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.