@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCallAnalyticsCategoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCallAnalyticsCategoryResult() |
Modifier and Type | Method and Description |
---|---|
GetCallAnalyticsCategoryResult |
clone() |
boolean |
equals(Object obj) |
CategoryProperties |
getCategoryProperties()
The rules you've defined for a category.
|
int |
hashCode() |
void |
setCategoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
|
String |
toString()
Returns a string representation of this object.
|
GetCallAnalyticsCategoryResult |
withCategoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCategoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
categoryProperties
- The rules you've defined for a category.public CategoryProperties getCategoryProperties()
The rules you've defined for a category.
public GetCallAnalyticsCategoryResult withCategoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
categoryProperties
- The rules you've defined for a category.public String toString()
toString
in class Object
Object.toString()
public GetCallAnalyticsCategoryResult clone()