@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()
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
int |
hashCode() |
void |
setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
String |
toString()
Returns a string representation of this object.
|
UpdateCallAnalyticsCategoryResult |
withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.
categoryProperties
- Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.public CategoryProperties getCategoryProperties()
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.
UpdateCallAnalyticsCategory
request.public UpdateCallAnalyticsCategoryResult withCategoryProperties(CategoryProperties categoryProperties)
Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.
categoryProperties
- Provides you with the properties of the Call Analytics category you specified in your
UpdateCallAnalyticsCategory
request.public String toString()
toString
in class Object
Object.toString()
public UpdateCallAnalyticsCategoryResult clone()