@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 communications should be included in the DescribeCases results.
|
Boolean |
getIncludeResolvedCases()
Specifies whether resolved support cases should be included in the DescribeCases results.
|
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 communications should be included in the DescribeCases results.
|
Boolean |
isIncludeResolvedCases()
Specifies whether resolved support cases should be included in the DescribeCases results.
|
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 communications should be included in the DescribeCases results.
|
void |
setIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether resolved support cases should be included in the DescribeCases results.
|
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; useful for testing and debugging.
|
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 communications should be included in the DescribeCases results.
|
DescribeCasesRequest |
withIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether resolved support cases should be included in the DescribeCases results.
|
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, 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 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 resolved support cases should be included in the DescribeCases results. The default is false.
includeResolvedCases
- Specifies whether resolved support cases should be included in the DescribeCases results. The
default is false.public Boolean getIncludeResolvedCases()
Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
public DescribeCasesRequest withIncludeResolvedCases(Boolean includeResolvedCases)
Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
includeResolvedCases
- Specifies whether resolved support cases should be included in the DescribeCases results. The
default is false.public Boolean isIncludeResolvedCases()
Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
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 communications should be included in the DescribeCases results. The default is true.
includeCommunications
- Specifies whether communications should be included in the DescribeCases results. The default is
true.public Boolean getIncludeCommunications()
Specifies whether communications should be included in the DescribeCases results. The default is true.
public DescribeCasesRequest withIncludeCommunications(Boolean includeCommunications)
Specifies whether communications should be included in the DescribeCases results. The default is true.
includeCommunications
- Specifies whether communications should be included in the DescribeCases results. The default is
true.public Boolean isIncludeCommunications()
Specifies whether communications should be included in the DescribeCases results. The default is true.
public String toString()
toString
in class Object
Object.toString()
public DescribeCasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.