|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.support.model.DescribeCasesResult
public class DescribeCasesResult
Returns an array of CaseDetails objects and a NextToken that defines a point for pagination in the result set.
| Constructor Summary | |
|---|---|
DescribeCasesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<CaseDetails> |
getCases()
Array of CaseDetails objects. |
String |
getNextToken()
Defines a resumption point for pagination. |
int |
hashCode()
|
void |
setCases(Collection<CaseDetails> cases)
Array of CaseDetails objects. |
void |
setNextToken(String nextToken)
Defines a resumption point for pagination. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCasesResult |
withCases(CaseDetails... cases)
Array of CaseDetails objects. |
DescribeCasesResult |
withCases(Collection<CaseDetails> cases)
Array of CaseDetails objects. |
DescribeCasesResult |
withNextToken(String nextToken)
Defines a resumption point for pagination. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeCasesResult()
| Method Detail |
|---|
public List<CaseDetails> getCases()
public void setCases(Collection<CaseDetails> cases)
cases - Array of CaseDetails objects.public DescribeCasesResult withCases(CaseDetails... cases)
Returns a reference to this object so that method calls can be chained together.
cases - Array of CaseDetails objects.
public DescribeCasesResult withCases(Collection<CaseDetails> cases)
Returns a reference to this object so that method calls can be chained together.
cases - Array of CaseDetails objects.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - Defines a resumption point for pagination.public DescribeCasesResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - Defines a resumption point for pagination.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||