public class DescribeCasesRequest extends AmazonWebServiceRequest implements java.io.Serializable
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:
| コンストラクタと説明 |
|---|
DescribeCasesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAfterTime()
Start date for a filtered date search on support case communications.
|
java.lang.String |
getBeforeTime()
End date for a filtered date search on support case communications.
|
java.util.List<java.lang.String> |
getCaseIdList()
A list of Strings comprising ID numbers for support cases you want
returned.
|
java.lang.String |
getDisplayId()
String that corresponds to the ID value displayed for a case in the
AWS Support Center user interface.
|
java.lang.Boolean |
getIncludeResolvedCases()
Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.
|
java.lang.String |
getLanguage()
Specifies the ISO 639-1 code for the language in which AWS provides
support.
|
java.lang.Integer |
getMaxResults()
Integer that sets the maximum number of results to return before
paginating.
|
java.lang.String |
getNextToken()
Defines a resumption point for pagination.
|
int |
hashCode() |
java.lang.Boolean |
isIncludeResolvedCases()
Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.
|
void |
setAfterTime(java.lang.String afterTime)
Start date for a filtered date search on support case communications.
|
void |
setBeforeTime(java.lang.String beforeTime)
End date for a filtered date search on support case communications.
|
void |
setCaseIdList(java.util.Collection<java.lang.String> caseIdList)
A list of Strings comprising ID numbers for support cases you want
returned.
|
void |
setDisplayId(java.lang.String displayId)
String that corresponds to the ID value displayed for a case in the
AWS Support Center user interface.
|
void |
setIncludeResolvedCases(java.lang.Boolean includeResolvedCases)
Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.
|
void |
setLanguage(java.lang.String language)
Specifies the ISO 639-1 code for the language in which AWS provides
support.
|
void |
setMaxResults(java.lang.Integer maxResults)
Integer that sets the maximum number of results to return before
paginating.
|
void |
setNextToken(java.lang.String nextToken)
Defines a resumption point for pagination.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCasesRequest |
withAfterTime(java.lang.String afterTime)
Start date for a filtered date search on support case communications.
|
DescribeCasesRequest |
withBeforeTime(java.lang.String beforeTime)
End date for a filtered date search on support case communications.
|
DescribeCasesRequest |
withCaseIdList(java.util.Collection<java.lang.String> caseIdList)
A list of Strings comprising ID numbers for support cases you want
returned.
|
DescribeCasesRequest |
withCaseIdList(java.lang.String... caseIdList)
A list of Strings comprising ID numbers for support cases you want
returned.
|
DescribeCasesRequest |
withDisplayId(java.lang.String displayId)
String that corresponds to the ID value displayed for a case in the
AWS Support Center user interface.
|
DescribeCasesRequest |
withIncludeResolvedCases(java.lang.Boolean includeResolvedCases)
Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.
|
DescribeCasesRequest |
withLanguage(java.lang.String language)
Specifies the ISO 639-1 code for the language in which AWS provides
support.
|
DescribeCasesRequest |
withMaxResults(java.lang.Integer maxResults)
Integer that sets the maximum number of results to return before
paginating.
|
DescribeCasesRequest |
withNextToken(java.lang.String nextToken)
Defines a resumption point for pagination.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getCaseIdList()
Constraints:
Length: 0 - 100
public void setCaseIdList(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String getDisplayId()
public void setDisplayId(java.lang.String displayId)
displayId - String that corresponds to the ID value displayed for a case in the
AWS Support Center user interface.public DescribeCasesRequest withDisplayId(java.lang.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 java.lang.String getAfterTime()
public void setAfterTime(java.lang.String afterTime)
afterTime - Start date for a filtered date search on support case communications.public DescribeCasesRequest withAfterTime(java.lang.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 java.lang.String getBeforeTime()
public void setBeforeTime(java.lang.String beforeTime)
beforeTime - End date for a filtered date search on support case communications.public DescribeCasesRequest withBeforeTime(java.lang.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 java.lang.Boolean isIncludeResolvedCases()
public void setIncludeResolvedCases(java.lang.Boolean includeResolvedCases)
includeResolvedCases - Boolean that indicates whether or not resolved support cases should be
listed in the DescribeCases search.public DescribeCasesRequest withIncludeResolvedCases(java.lang.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 java.lang.Boolean getIncludeResolvedCases()
public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - Defines a resumption point for pagination.public DescribeCasesRequest withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - Defines a resumption point for pagination.public java.lang.Integer getMaxResults()
Constraints:
Range: 10 - 100
public void setMaxResults(java.lang.Integer maxResults)
Constraints:
Range: 10 - 100
maxResults - Integer that sets the maximum number of results to return before
paginating.public DescribeCasesRequest withMaxResults(java.lang.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 java.lang.String getLanguage()
public void setLanguage(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object