@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCasesRequest extends SupportRequest implements ToCopyableBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeCasesRequest.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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() |
overrideConfiguration
copy
public List<String> caseIdList()
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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>
toBuilder
in class SupportRequest
public static DescribeCasesRequest.Builder builder()
public static Class<? extends DescribeCasesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.