AWS SDK for .NET Documentation
DescribeCasesRequest Class
AmazonAmazon.AWSSupport.ModelDescribeCasesRequest Did this page help you?   Yes   No    Tell us about it...
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.

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.
Declaration Syntax
C#
public class DescribeCasesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

AfterTime
The start date for a filtered date search on support case communications.

BeforeTime
The end date for a filtered date search on support case communications.

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

Constraints:

Length
0 - 100


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

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.)
IncludeResolvedCases
Specifies whether resolved support cases should be included in the DescribeCases results.

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.

MaxResults
The maximum number of results to return before paginating.

Constraints:

Range
10 - 100


NextToken
A resumption point for pagination.

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

WithBeforeTime(String) Obsolete.
Sets the BeforeTime property

WithCaseIdList(array<String>[]()[][]) Obsolete.
Adds elements to the CaseIdList collection

WithCaseIdList(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the CaseIdList collection

WithDisplayId(String) Obsolete.
Sets the DisplayId property

WithIncludeResolvedCases(Boolean) Obsolete.
Sets the IncludeResolvedCases property

WithLanguage(String) Obsolete.
Sets the Language property

WithMaxResults(Int32) Obsolete.
Sets the MaxResults property

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeCasesRequest
See Also

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