@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeCasesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeCasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAfterTime()
The start date for a filtered date search on support case communications.
|
String |
getBeforeTime()
The end date for a filtered date search on support case communications.
|
List<String> |
getCaseIdList()
A list of ID numbers of the support cases you want returned.
|
String |
getDisplayId()
The ID displayed for a case in the Amazon Web Services Support Center user interface.
|
Boolean |
getIncludeCommunications()
Specifies whether to include communications in the
DescribeCases response. |
Boolean |
getIncludeResolvedCases()
Specifies whether to include resolved support cases in the
DescribeCases response. |
String |
getLanguage()
The language in which Amazon Web Services Support handles the case.
|
Integer |
getMaxResults()
The maximum number of results to return before paginating.
|
String |
getNextToken()
A resumption point for pagination.
|
int |
hashCode() |
Boolean |
isIncludeCommunications()
Specifies whether to include communications in the
DescribeCases response. |
Boolean |
isIncludeResolvedCases()
Specifies whether to include resolved support cases in the
DescribeCases response. |
void |
setAfterTime(String afterTime)
The start date for a filtered date search on support case communications.
|
void |
setBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications.
|
void |
setCaseIdList(Collection<String> caseIdList)
A list of ID numbers of the support cases you want returned.
|
void |
setDisplayId(String displayId)
The ID displayed for a case in the Amazon Web Services Support Center user interface.
|
void |
setIncludeCommunications(Boolean includeCommunications)
Specifies whether to include communications in the
DescribeCases response. |
void |
setIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether to include resolved support cases in the
DescribeCases response. |
void |
setLanguage(String language)
The language in which Amazon Web Services Support handles the case.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
|
void |
setNextToken(String nextToken)
A resumption point for pagination.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCasesRequest |
withAfterTime(String afterTime)
The start date for a filtered date search on support case communications.
|
DescribeCasesRequest |
withBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications.
|
DescribeCasesRequest |
withCaseIdList(Collection<String> caseIdList)
A list of ID numbers of the support cases you want returned.
|
DescribeCasesRequest |
withCaseIdList(String... caseIdList)
A list of ID numbers of the support cases you want returned.
|
DescribeCasesRequest |
withDisplayId(String displayId)
The ID displayed for a case in the Amazon Web Services Support Center user interface.
|
DescribeCasesRequest |
withIncludeCommunications(Boolean includeCommunications)
Specifies whether to include communications in the
DescribeCases response. |
DescribeCasesRequest |
withIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether to include resolved support cases in the
DescribeCases response. |
DescribeCasesRequest |
withLanguage(String language)
The language in which Amazon Web Services Support handles the case.
|
DescribeCasesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
|
DescribeCasesRequest |
withNextToken(String nextToken)
A resumption point for pagination.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getCaseIdList()
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
public void setCaseIdList(Collection<String> caseIdList)
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
caseIdList
- A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.public DescribeCasesRequest withCaseIdList(String... caseIdList)
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
NOTE: This method appends the values to the existing list (if any). Use
setCaseIdList(java.util.Collection)
or withCaseIdList(java.util.Collection)
if you want to
override the existing values.
caseIdList
- A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.public DescribeCasesRequest withCaseIdList(Collection<String> caseIdList)
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
caseIdList
- A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.public void setDisplayId(String displayId)
The ID displayed for a case in the Amazon Web Services Support Center user interface.
displayId
- The ID displayed for a case in the Amazon Web Services Support Center user interface.public String getDisplayId()
The ID displayed for a case in the Amazon Web Services Support Center user interface.
public DescribeCasesRequest withDisplayId(String displayId)
The ID displayed for a case in the Amazon Web Services Support Center user interface.
displayId
- The ID displayed for a case in the Amazon Web Services Support Center user interface.public void setAfterTime(String afterTime)
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
afterTime
- The start date for a filtered date search on support case communications. Case communications are
available for 12 months after creation.public String getAfterTime()
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public DescribeCasesRequest withAfterTime(String afterTime)
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
afterTime
- The start date for a filtered date search on support case communications. Case communications are
available for 12 months after creation.public void setBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
beforeTime
- The end date for a filtered date search on support case communications. Case communications are available
for 12 months after creation.public String getBeforeTime()
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public DescribeCasesRequest withBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
beforeTime
- The end date for a filtered date search on support case communications. Case communications are available
for 12 months after creation.public void setIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether to include resolved support cases in the DescribeCases
response. By default,
resolved cases aren't included.
includeResolvedCases
- Specifies whether to include resolved support cases in the DescribeCases
response. By
default, resolved cases aren't included.public Boolean getIncludeResolvedCases()
Specifies whether to include resolved support cases in the DescribeCases
response. By default,
resolved cases aren't included.
DescribeCases
response. By
default, resolved cases aren't included.public DescribeCasesRequest withIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether to include resolved support cases in the DescribeCases
response. By default,
resolved cases aren't included.
includeResolvedCases
- Specifies whether to include resolved support cases in the DescribeCases
response. By
default, resolved cases aren't included.public Boolean isIncludeResolvedCases()
Specifies whether to include resolved support cases in the DescribeCases
response. By default,
resolved cases aren't included.
DescribeCases
response. By
default, resolved cases aren't included.public void setNextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.public String getNextToken()
A resumption point for pagination.
public DescribeCasesRequest withNextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.public void setMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
maxResults
- The maximum number of results to return before paginating.public Integer getMaxResults()
The maximum number of results to return before paginating.
public DescribeCasesRequest withMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
maxResults
- The maximum number of results to return before paginating.public void setLanguage(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language
parameter if you want support in that language.
language
- The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1
code for the language
parameter if you want support in that language.public String getLanguage()
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language
parameter if you want support in that language.
language
parameter if you want support in that language.public DescribeCasesRequest withLanguage(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language
parameter if you want support in that language.
language
- The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1
code for the language
parameter if you want support in that language.public void setIncludeCommunications(Boolean includeCommunications)
Specifies whether to include communications in the DescribeCases
response. By default,
communications are included.
includeCommunications
- Specifies whether to include communications in the DescribeCases
response. By default,
communications are included.public Boolean getIncludeCommunications()
Specifies whether to include communications in the DescribeCases
response. By default,
communications are included.
DescribeCases
response. By default,
communications are included.public DescribeCasesRequest withIncludeCommunications(Boolean includeCommunications)
Specifies whether to include communications in the DescribeCases
response. By default,
communications are included.
includeCommunications
- Specifies whether to include communications in the DescribeCases
response. By default,
communications are included.public Boolean isIncludeCommunications()
Specifies whether to include communications in the DescribeCases
response. By default,
communications are included.
DescribeCases
response. By default,
communications are included.public String toString()
toString
in class Object
Object.toString()
public DescribeCasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()