Class DescribeCasesResult
java.lang.Object
com.amazonaws.services.support.model.DescribeCasesResult
- All Implemented Interfaces:
Serializable, Cloneable
Returns an array of CaseDetails objects and a NextToken
that defines a point for pagination in the result set.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetCases()The details for the cases that match the request.A resumption point for pagination.inthashCode()voidsetCases(Collection<CaseDetails> cases) The details for the cases that match the request.voidsetNextToken(String nextToken) A resumption point for pagination.toString()Returns a string representation of this object; useful for testing and debugging.withCases(CaseDetails... cases) The details for the cases that match the request.withCases(Collection<CaseDetails> cases) The details for the cases that match the request.withNextToken(String nextToken) A resumption point for pagination.
-
Constructor Details
-
DescribeCasesResult
public DescribeCasesResult()
-
-
Method Details
-
getCases
The details for the cases that match the request.
- Returns:
- The details for the cases that match the request.
-
setCases
The details for the cases that match the request.
- Parameters:
cases- The details for the cases that match the request.
-
withCases
The details for the cases that match the request.
NOTE: This method appends the values to the existing list (if any). Use
setCases(java.util.Collection)orwithCases(java.util.Collection)if you want to override the existing values.- Parameters:
cases- The details for the cases that match the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCases
The details for the cases that match the request.
- Parameters:
cases- The details for the cases that match the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A resumption point for pagination.
- Parameters:
nextToken- A resumption point for pagination.
-
getNextToken
A resumption point for pagination.
- Returns:
- A resumption point for pagination.
-
withNextToken
A resumption point for pagination.
- Parameters:
nextToken- A resumption point for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-