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