Category

class Category

A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each Amazon Web Services service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String?

The category code for the support case.

Link copied to clipboard
val name: String?

The category name for the support case.

Functions

Link copied to clipboard
inline fun copy(block: Category.Builder.() -> Unit = {}): Category
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String