Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeCasesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeCasesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
afterTime() |
The start date for a filtered date search on support case communications.
|
String |
beforeTime() |
The end date for a filtered date search on support case communications.
|
static DescribeCasesRequest.Builder |
builder() |
|
List<String> |
caseIdList() |
A list of ID numbers of the support cases you want returned.
|
String |
displayId() |
The ID displayed for a case in the AWS Support Center user interface.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
includeCommunications() |
Specifies whether communications should be included in the DescribeCases results.
|
Boolean |
includeResolvedCases() |
Specifies whether resolved support cases should be included in the DescribeCases results.
|
String |
language() |
The ISO 639-1 code for the language in which AWS provides support.
|
Integer |
maxResults() |
The maximum number of results to return before paginating.
|
String |
nextToken() |
A resumption point for pagination.
|
static Class<? extends DescribeCasesRequest.Builder> |
serializableBuilderClass() |
|
DescribeCasesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> caseIdList()
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
public String displayId()
The ID displayed for a case in the AWS Support Center user interface.
public String afterTime()
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public String beforeTime()
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
public Boolean includeResolvedCases()
Specifies whether resolved support cases should be included in the DescribeCases results. The default is false.
public String nextToken()
A resumption point for pagination.
public Integer maxResults()
The maximum number of results to return before paginating.
public 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.
public Boolean includeCommunications()
Specifies whether communications should be included in the DescribeCases results. The default is true.
public DescribeCasesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>
public static DescribeCasesRequest.Builder builder()
public static Class<? extends DescribeCasesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.