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

Returns an array of CaseDetails objects and a NextToken that defines a point for pagination in the result set.

Declaration Syntax
C#
public class DescribeCasesResult
Members
All MembersConstructorsMethodsProperties



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

Cases
The details for the cases that match the request.

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.)
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
Object
DescribeCasesResult

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