trait CaseDetails extends Object
A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. contains the following fields:
* CaseDetails The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47.
* caseId. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
* categoryCode. The identifier for the case on pages in the AWS Support Center.
* displayId. The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
* language. One or more Communication objects. Fields of these objects are recentCommunications.attachments, body, caseId, submittedBy, and timeCreated.
* A resumption point for pagination.
* nextToken. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
* serviceCode.The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
* severityCode. The status of the case in the AWS Support Center.
* status. The subject line of the case.
* subject. The email address of the account that submitted the case.
* submittedBy. The time the case was created, in ISO-8601 format.
timeCreated.
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- CaseDetails
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract val caseId: UndefOr[CaseId]
- abstract val categoryCode: UndefOr[CategoryCode]
- abstract val ccEmailAddresses: UndefOr[CcEmailAddressList]
- abstract val displayId: UndefOr[DisplayId]
- abstract val language: UndefOr[Language]
- abstract val recentCommunications: UndefOr[RecentCaseCommunications]
- abstract val serviceCode: UndefOr[ServiceCode]
- abstract val severityCode: UndefOr[SeverityCode]
- abstract val status: UndefOr[Status]
- abstract val subject: UndefOr[Subject]
- abstract val submittedBy: UndefOr[SubmittedBy]
- abstract val timeCreated: UndefOr[TimeCreated]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.