Returns an array of CaseDetails objects and a NextToken that defines a point for pagination in the result set.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeCasesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeCasesResult()()()() | Initializes a new instance of the DescribeCasesResult class | 
|  | Cases | 
            The details for the cases that match the request.
             
             | 
|  | Equals(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.) | 
|  | NextToken | 
            A resumption point for pagination.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCases(array<CaseDetails>[]()[][]) | Obsolete. 
            Adds elements to the Cases collection
             | 
|  | WithCases(IEnumerable<(Of <<'(CaseDetails>)>>)) | Obsolete. 
            Adds elements to the Cases collection
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the NextToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeCasesResult |