@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 the response.
|
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 the response.
|
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 the response.
|
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 the response. If there are fewer results in the list, the response contains only the actual results.
maxResults - The maximum number of categories to return in the response. If there are fewer results in the list, the
response contains only the actual results.public Integer getMaxResults()
The maximum number of categories to return in the response. If there are fewer results in the list, the response contains only the actual results.
public ListCallAnalyticsCategoriesRequest withMaxResults(Integer maxResults)
The maximum number of categories to return in the response. If there are fewer results in the list, the response contains only the actual results.
maxResults - The maximum number of categories to return in the response. If there are fewer results in the list, the
response contains only the actual results.public String toString()
toString in class ObjectObject.toString()public ListCallAnalyticsCategoriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.