@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCallAnalyticsCategoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateCallAnalyticsCategoryResult() |
Modifier and Type | Method and Description |
---|---|
UpdateCallAnalyticsCategoryResult |
clone() |
boolean |
equals(Object obj) |
CategoryProperties |
getCategoryProperties()
The attributes describing the analytics category.
|
int |
hashCode() |
void |
setCategoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCallAnalyticsCategoryResult |
withCategoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCategoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.
categoryProperties
- The attributes describing the analytics category. You can see information such as the rules that you've
used to update the category and when the category was originally created.public CategoryProperties getCategoryProperties()
The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.
public UpdateCallAnalyticsCategoryResult withCategoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.
categoryProperties
- The attributes describing the analytics category. You can see information such as the rules that you've
used to update the category and when the category was originally created.public String toString()
toString
in class Object
Object.toString()
public UpdateCallAnalyticsCategoryResult clone()