C# Класс Amazon.AWSSupport.Model.CaseDetails

A JSON-formatted object that contains the metadata for a support case. It is contained the response from a DescribeCases request. CaseDetails contains the following fields:
  • caseId. 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.

  • categoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.

  • displayId. The identifier for the case on pages in the AWS Support Center.

  • language. 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.

  • recentCommunications. One or more Communication objects. Fields of these objects are attachments, body, caseId, submittedBy, and timeCreated.

  • nextToken. A resumption point for pagination.

  • serviceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.

  • severityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.

  • status. The status of the case in the AWS Support Center.

  • subject. The subject line of the case.

  • submittedBy. The email address of the account that submitted the case.

  • timeCreated. The time the case was created, in ISO-8601 format.

Показать файл Открыть проект

Приватные методы

Метод Описание
IsSetCaseId ( ) : bool
IsSetCategoryCode ( ) : bool
IsSetCcEmailAddresses ( ) : bool
IsSetDisplayId ( ) : bool
IsSetLanguage ( ) : bool
IsSetRecentCommunications ( ) : bool
IsSetServiceCode ( ) : bool
IsSetSeverityCode ( ) : bool
IsSetStatus ( ) : bool
IsSetSubject ( ) : bool
IsSetSubmittedBy ( ) : bool
IsSetTimeCreated ( ) : bool