AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the DescribeCases operation. Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the AfterTime and BeforeTime request parameters. You can set values for the IncludeResolvedCases and IncludeCommunications request parameters to control how much information is returned.

Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error.

The response returns the following in JSON format:

  1. One or more CaseDetails data types.
  2. One or more NextToken values, which specify where to paginate the returned records represented by the CaseDetails objects.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AWSSupport.AmazonAWSSupportRequest
      Amazon.AWSSupport.Model.DescribeCasesRequest

Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeCasesRequest : AmazonAWSSupportRequest
         IRequestEvents

The DescribeCasesRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeCasesRequest()

Properties

NameTypeDescription
Public Property AfterTime System.String Gets and sets the property AfterTime.

The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

Public Property BeforeTime System.String Gets and sets the property BeforeTime.

The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

Public Property CaseIdList System.Collections.Generic.List<System.String> Gets and sets the property CaseIdList.

A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.

Public Property DisplayId System.String Gets and sets the property DisplayId.

The ID displayed for a case in the AWS Support Center user interface.

Public Property IncludeCommunications System.Boolean Gets and sets the property IncludeCommunications.

Specifies whether communications should be included in the DescribeCases results. The default is true.

Public Property IncludeResolvedCases System.Boolean Gets and sets the property IncludeResolvedCases.

Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.

Public Property Language System.String Gets and sets the property 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.

Public Property MaxResults System.Int32 Gets and sets the property MaxResults.

The maximum number of results to return before paginating.

Public Property NextToken System.String Gets and sets the property NextToken.

A resumption point for pagination.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8