@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()
A list of objects containing information about analytics categories.
|
String |
getNextToken()
The operation returns a page of jobs at a time.
|
int |
hashCode() |
void |
setCategories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
|
void |
setNextToken(String nextToken)
The operation returns a page of jobs at a time.
|
String |
toString()
Returns a string representation of this object.
|
ListCallAnalyticsCategoriesResult |
withCategories(CategoryProperties... categories)
A list of objects containing information about analytics categories.
|
ListCallAnalyticsCategoriesResult |
withCategories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
|
ListCallAnalyticsCategoriesResult |
withNextToken(String nextToken)
The operation returns a page of jobs at a time.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe
returns the NextPage token. Include the token in the next request to the operation to return the
next page of analytics categories.
nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon
Transcribe returns the NextPage token. Include the token in the next request to the operation
to return the next page of analytics categories.public String getNextToken()
The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe
returns the NextPage token. Include the token in the next request to the operation to return the
next page of analytics categories.
MaxResults parameter. If there are more categories in the list than the page size, Amazon
Transcribe returns the NextPage token. Include the token in the next request to the
operation to return the next page of analytics categories.public ListCallAnalyticsCategoriesResult withNextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe
returns the NextPage token. Include the token in the next request to the operation to return the
next page of analytics categories.
nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the
MaxResults parameter. If there are more categories in the list than the page size, Amazon
Transcribe returns the NextPage token. Include the token in the next request to the operation
to return the next page of analytics categories.public List<CategoryProperties> getCategories()
A list of objects containing information about analytics categories.
public void setCategories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
categories - A list of objects containing information about analytics categories.public ListCallAnalyticsCategoriesResult withCategories(CategoryProperties... categories)
A list of objects containing information about analytics categories.
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 - A list of objects containing information about analytics categories.public ListCallAnalyticsCategoriesResult withCategories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
categories - A list of objects containing information about analytics categories.public String toString()
toString in class ObjectObject.toString()public ListCallAnalyticsCategoriesResult clone()
Copyright © 2022. All rights reserved.