|
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.AmazonWebServiceRequest
com.amazonaws.services.support.model.DescribeCasesRequest
public class DescribeCasesRequest
Container for the parameters to the DescribeCases operation
.
This action returns a list of cases that you specify by passing one or more CaseIds. 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:
AWSSupport.describeCases(DescribeCasesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeCasesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAfterTime()
Start date for a filtered date search on support case communications. |
String |
getBeforeTime()
End date for a filtered date search on support case communications. |
List<String> |
getCaseIdList()
A list of Strings comprising ID numbers for support cases you want returned. |
String |
getDisplayId()
String that corresponds to the ID value displayed for a case in the AWS Support Center user interface. |
Boolean |
getIncludeResolvedCases()
Boolean that indicates whether or not resolved support cases should be listed in the DescribeCases search. |
String |
getLanguage()
Specifies the ISO 639-1 code for the language in which AWS provides support. |
Integer |
getMaxResults()
Integer that sets the maximum number of results to return before paginating. |
String |
getNextToken()
Defines a resumption point for pagination. |
int |
hashCode()
|
Boolean |
isIncludeResolvedCases()
Boolean that indicates whether or not resolved support cases should be listed in the DescribeCases search. |
void |
setAfterTime(String afterTime)
Start date for a filtered date search on support case communications. |
void |
setBeforeTime(String beforeTime)
End date for a filtered date search on support case communications. |
void |
setCaseIdList(Collection<String> caseIdList)
A list of Strings comprising ID numbers for support cases you want returned. |
void |
setDisplayId(String displayId)
String that corresponds to the ID value displayed for a case in the AWS Support Center user interface. |
void |
setIncludeResolvedCases(Boolean includeResolvedCases)
Boolean that indicates whether or not resolved support cases should be listed in the DescribeCases search. |
void |
setLanguage(String language)
Specifies the ISO 639-1 code for the language in which AWS provides support. |
void |
setMaxResults(Integer maxResults)
Integer that sets the maximum number of results to return before paginating. |
void |
setNextToken(String nextToken)
Defines a resumption point for pagination. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCasesRequest |
withAfterTime(String afterTime)
Start date for a filtered date search on support case communications. |
DescribeCasesRequest |
withBeforeTime(String beforeTime)
End date for a filtered date search on support case communications. |
DescribeCasesRequest |
withCaseIdList(Collection<String> caseIdList)
A list of Strings comprising ID numbers for support cases you want returned. |
DescribeCasesRequest |
withCaseIdList(String... caseIdList)
A list of Strings comprising ID numbers for support cases you want returned. |
DescribeCasesRequest |
withDisplayId(String displayId)
String that corresponds to the ID value displayed for a case in the AWS Support Center user interface. |
DescribeCasesRequest |
withIncludeResolvedCases(Boolean includeResolvedCases)
Boolean that indicates whether or not resolved support cases should be listed in the DescribeCases search. |
DescribeCasesRequest |
withLanguage(String language)
Specifies the ISO 639-1 code for the language in which AWS provides support. |
DescribeCasesRequest |
withMaxResults(Integer maxResults)
Integer that sets the maximum number of results to return before paginating. |
DescribeCasesRequest |
withNextToken(String nextToken)
Defines a resumption point for pagination. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCasesRequest()
Method Detail |
---|
public List<String> getCaseIdList()
Constraints:
Length: 0 - 100
public void setCaseIdList(Collection<String> caseIdList)
Constraints:
Length: 0 - 100
caseIdList
- A list of Strings comprising ID numbers for support cases you want
returned. The maximum number of cases is 100.public DescribeCasesRequest withCaseIdList(String... caseIdList)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
caseIdList
- A list of Strings comprising ID numbers for support cases you want
returned. The maximum number of cases is 100.
public DescribeCasesRequest withCaseIdList(Collection<String> caseIdList)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 100
caseIdList
- A list of Strings comprising ID numbers for support cases you want
returned. The maximum number of cases is 100.
public String getDisplayId()
public void setDisplayId(String displayId)
displayId
- String that corresponds to the ID value displayed for a case in the
AWS Support Center user interface.public DescribeCasesRequest withDisplayId(String displayId)
Returns a reference to this object so that method calls can be chained together.
displayId
- String that corresponds to the ID value displayed for a case in the
AWS Support Center user interface.
public String getAfterTime()
public void setAfterTime(String afterTime)
afterTime
- Start date for a filtered date search on support case communications.public DescribeCasesRequest withAfterTime(String afterTime)
Returns a reference to this object so that method calls can be chained together.
afterTime
- Start date for a filtered date search on support case communications.
public String getBeforeTime()
public void setBeforeTime(String beforeTime)
beforeTime
- End date for a filtered date search on support case communications.public DescribeCasesRequest withBeforeTime(String beforeTime)
Returns a reference to this object so that method calls can be chained together.
beforeTime
- End date for a filtered date search on support case communications.
public Boolean isIncludeResolvedCases()
public void setIncludeResolvedCases(Boolean includeResolvedCases)
includeResolvedCases
- Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.public DescribeCasesRequest withIncludeResolvedCases(Boolean includeResolvedCases)
Returns a reference to this object so that method calls can be chained together.
includeResolvedCases
- Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.
public Boolean getIncludeResolvedCases()
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- Defines a resumption point for pagination.public DescribeCasesRequest 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 Integer getMaxResults()
Constraints:
Range: 10 - 100
public void setMaxResults(Integer maxResults)
Constraints:
Range: 10 - 100
maxResults
- Integer that sets the maximum number of results to return before
paginating.public DescribeCasesRequest withMaxResults(Integer maxResults)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 10 - 100
maxResults
- Integer that sets the maximum number of results to return before
paginating.
public String getLanguage()
public void setLanguage(String language)
language
- Specifies the ISO 639-1 code for the language in which AWS provides
support. AWS Support currently supports English and Japanese, for
which the codes are en and ja, respectively. Language
parameters must be passed explicitly for operations that take them.public DescribeCasesRequest withLanguage(String language)
Returns a reference to this object so that method calls can be chained together.
language
- Specifies the ISO 639-1 code for the language in which AWS provides
support. AWS Support currently supports English and Japanese, for
which the codes are en and ja, respectively. Language
parameters must be passed explicitly for operations that take them.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |