@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 AWS Support Center user interface. | 
| Boolean | getIncludeCommunications()
 Specifies whether to include communications in the  DescribeCasesresponse. | 
| Boolean | getIncludeResolvedCases()
 Specifies whether to include resolved support cases in the  DescribeCasesresponse. | 
| String | getLanguage()
 The ISO 639-1 code for the language in which AWS provides support. | 
| 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  DescribeCasesresponse. | 
| Boolean | isIncludeResolvedCases()
 Specifies whether to include resolved support cases in the  DescribeCasesresponse. | 
| 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 AWS Support Center user interface. | 
| void | setIncludeCommunications(Boolean includeCommunications)
 Specifies whether to include communications in the  DescribeCasesresponse. | 
| void | setIncludeResolvedCases(Boolean includeResolvedCases)
 Specifies whether to include resolved support cases in the  DescribeCasesresponse. | 
| void | setLanguage(String language)
 The ISO 639-1 code for the language in which AWS provides support. | 
| 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 AWS Support Center user interface. | 
| DescribeCasesRequest | withIncludeCommunications(Boolean includeCommunications)
 Specifies whether to include communications in the  DescribeCasesresponse. | 
| DescribeCasesRequest | withIncludeResolvedCases(Boolean includeResolvedCases)
 Specifies whether to include resolved support cases in the  DescribeCasesresponse. | 
| DescribeCasesRequest | withLanguage(String language)
 The ISO 639-1 code for the language in which AWS provides support. | 
| 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, withSdkRequestTimeoutpublic 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 AWS Support Center user interface.
displayId - The ID displayed for a case in the AWS Support Center user interface.public String getDisplayId()
The ID displayed for a case in the AWS Support Center user interface.
public DescribeCasesRequest withDisplayId(String displayId)
The ID displayed for a case in the AWS Support Center user interface.
displayId - The ID displayed for a case in the AWS 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 ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
language - The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English
        ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.public String getLanguage()
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
public DescribeCasesRequest withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
language - The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English
        ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.public void setIncludeCommunications(Boolean includeCommunications)
 Specifies whether to include communications in the DescribeCases response. By default,
 communications are incuded.
 
includeCommunications - Specifies whether to include communications in the DescribeCases response. By default,
        communications are incuded.public Boolean getIncludeCommunications()
 Specifies whether to include communications in the DescribeCases response. By default,
 communications are incuded.
 
DescribeCases response. By default,
         communications are incuded.public DescribeCasesRequest withIncludeCommunications(Boolean includeCommunications)
 Specifies whether to include communications in the DescribeCases response. By default,
 communications are incuded.
 
includeCommunications - Specifies whether to include communications in the DescribeCases response. By default,
        communications are incuded.public Boolean isIncludeCommunications()
 Specifies whether to include communications in the DescribeCases response. By default,
 communications are incuded.
 
DescribeCases response. By default,
         communications are incuded.public String toString()
toString in class ObjectObject.toString()public DescribeCasesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()