@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()
Provides you with the properties of your new category, including its associated rules.
|
int |
hashCode() |
void |
setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
String |
toString()
Returns a string representation of this object.
|
CreateCallAnalyticsCategoryResult |
withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
categoryProperties
- Provides you with the properties of your new category, including its associated rules.public CategoryProperties getCategoryProperties()
Provides you with the properties of your new category, including its associated rules.
public CreateCallAnalyticsCategoryResult withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of your new category, including its associated rules.
categoryProperties
- Provides you with the properties of your new category, including its associated rules.public String toString()
toString
in class Object
Object.toString()
public CreateCallAnalyticsCategoryResult clone()