@Generated(value="software.amazon.awssdk:codegen") public final class CreateCaseRequest extends SupportRequest implements ToCopyableBuilder<CreateCaseRequest.Builder,CreateCaseRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCaseRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentSetId()
The ID of a set of one or more attachments for the case.
|
static CreateCaseRequest.Builder |
builder() |
String |
categoryCode()
The category of problem for the AWS Support case.
|
List<String> |
ccEmailAddresses()
A list of email addresses that AWS Support copies on case correspondence.
|
String |
communicationBody()
The communication body text when you create an AWS Support case by calling CreateCase.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
issueType()
The type of issue for the case.
|
String |
language()
The ISO 639-1 code for the language in which AWS provides support.
|
static Class<? extends CreateCaseRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the AWS service returned by the call to DescribeServices.
|
String |
severityCode()
The code for the severity level returned by the call to DescribeSeverityLevels.
|
String |
subject()
The title of the AWS Support case.
|
CreateCaseRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String subject()
The title of the AWS Support case.
public String serviceCode()
The code for the AWS service returned by the call to DescribeServices.
public String severityCode()
The code for the severity level returned by the call to DescribeSeverityLevels.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
The availability of severity levels depends on each customer's support subscription. In other words, your subscription may not necessarily require the urgent level of response time.
public String categoryCode()
The category of problem for the AWS Support case.
public String communicationBody()
The communication body text when you create an AWS Support case by calling CreateCase.
public List<String> ccEmailAddresses()
A list of email addresses that AWS Support copies on case correspondence.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 String issueType()
The type of issue for the case. You can specify either "customer-service" or "technical." If you do not indicate a value, the default is "technical."
public String attachmentSetId()
The ID of a set of one or more attachments for the case. Create the set by using AddAttachmentsToSet.
public CreateCaseRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCaseRequest.Builder,CreateCaseRequest>toBuilder in class SupportRequestpublic static CreateCaseRequest.Builder builder()
public static Class<? extends CreateCaseRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.