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