AWS SDK for .NET Documentation
CaseDetails Class
AmazonAmazon.AWSSupport.ModelCaseDetails Did this page help you?   Yes   No    Tell us about it...

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:

  1. 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 .
  2. CategoryCode. The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to DescribeServices.
  3. DisplayId. The identifier for the case on pages in the AWS Support Center.
  4. 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.
  5. RecentCommunications. One or more Communication objects. Fields of these objects are Body , CaseId , SubmittedBy , and TimeCreated .
  6. NextToken. A resumption point for pagination.
  7. ServiceCode. The identifier for the AWS service that corresponds to the service code defined in the call to DescribeServices.
  8. SeverityCode. The severity code assigned to the case. Contains one of the values returned by the call to DescribeSeverityLevels.
  9. Status. The status of the case in the AWS Support Center.
  10. Subject. The subject line of the case.
  11. SubmittedBy. The email address of the account that submitted the case.
  12. TimeCreated. The time the case was created, in ISO-8601 format.
Declaration Syntax
C#
public class CaseDetails
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CaseDetails()()()()
Initializes a new instance of the CaseDetails class

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.

CcEmailAddresses
The email addresses that receive copies of communication about the case.

DisplayId
The ID displayed for the case in the AWS Support Center. This is a numeric string.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
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
The five most recent communications between you and AWS Support Center. Includes a nextToken to retrieve the next set of communications.

ServiceCode
The code for the AWS service returned by the call to DescribeServices.

SeverityCode
The code for the severity level returned by the call to DescribeSeverityLevels.

Status
The status of the case.

Subject
The subject line for the case in the AWS Support Center.

SubmittedBy
The email address of the account that submitted the case.

TimeCreated
The time that the case was case created in the AWS Support Center.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCaseId(String) Obsolete.
Sets the CaseId property

WithCategoryCode(String) Obsolete.
Sets the CategoryCode property

WithCcEmailAddresses(array<String>[]()[][]) Obsolete.
Adds elements to the CcEmailAddresses collection

WithCcEmailAddresses(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the CcEmailAddresses collection

WithDisplayId(String) Obsolete.
Sets the DisplayId property

WithLanguage(String) Obsolete.
Sets the Language property

WithRecentCommunications(RecentCaseCommunications) Obsolete.
Sets the RecentCommunications property

WithServiceCode(String) Obsolete.
Sets the ServiceCode property

WithSeverityCode(String) Obsolete.
Sets the SeverityCode property

WithStatus(String) Obsolete.
Sets the Status property

WithSubject(String) Obsolete.
Sets the Subject property

WithSubmittedBy(String) Obsolete.
Sets the SubmittedBy property

WithTimeCreated(String) Obsolete.
Sets the TimeCreated property

Inheritance Hierarchy
Object
CaseDetails

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)