@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCallAnalyticsCategoriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCallAnalyticsCategoriesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesResult |
clone() |
boolean |
equals(Object obj) |
List<CategoryProperties> |
getCategories()
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
String |
getNextToken()
If
NextToken is present in your response, it indicates that not all results are displayed. |
int |
hashCode() |
void |
setCategories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
void |
setNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsCategoriesResult |
withCategories(CategoryProperties... categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
ListCallAnalyticsCategoriesResult |
withCategories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each
category.
|
ListCallAnalyticsCategoriesResult |
withNextToken(String nextToken)
If
NextToken is present in your response, it indicates that not all results are displayed. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
nextToken - If NextToken is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken parameter in your
results output, then run your request again including NextToken with the value of the copied
string. Repeat as needed to view all your results.public String getNextToken()
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
NextToken is present in your response, it indicates that not all results are displayed.
To view the next set of results, copy the string associated with the NextToken parameter in
your results output, then run your request again including NextToken with the value of the
copied string. Repeat as needed to view all your results.public ListCallAnalyticsCategoriesResult withNextToken(String nextToken)
If NextToken is present in your response, it indicates that not all results are displayed. To view
the next set of results, copy the string associated with the NextToken parameter in your results
output, then run your request again including NextToken with the value of the copied string. Repeat
as needed to view all your results.
nextToken - If NextToken is present in your response, it indicates that not all results are displayed. To
view the next set of results, copy the string associated with the NextToken parameter in your
results output, then run your request again including NextToken with the value of the copied
string. Repeat as needed to view all your results.public List<CategoryProperties> getCategories()
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
public void setCategories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
categories - Provides detailed information about your Call Analytics categories, including all the rules associated
with each category.public ListCallAnalyticsCategoriesResult withCategories(CategoryProperties... categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
NOTE: This method appends the values to the existing list (if any). Use
setCategories(java.util.Collection) or withCategories(java.util.Collection) if you want to
override the existing values.
categories - Provides detailed information about your Call Analytics categories, including all the rules associated
with each category.public ListCallAnalyticsCategoriesResult withCategories(Collection<CategoryProperties> categories)
Provides detailed information about your Call Analytics categories, including all the rules associated with each category.
categories - Provides detailed information about your Call Analytics categories, including all the rules associated
with each category.public String toString()
toString in class ObjectObject.toString()public ListCallAnalyticsCategoriesResult clone()