@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCreateCaseOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeCreateCaseOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCreateCaseOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCategoryCode()
The category of problem for the support case.
|
String |
getIssueType()
The type of issue for the case.
|
String |
getLanguage()
The language in which Amazon Web Services Support handles the case.
|
String |
getServiceCode()
The code for the Amazon Web Services service.
|
int |
hashCode() |
void |
setCategoryCode(String categoryCode)
The category of problem for the support case.
|
void |
setIssueType(String issueType)
The type of issue for the case.
|
void |
setLanguage(String language)
The language in which Amazon Web Services Support handles the case.
|
void |
setServiceCode(String serviceCode)
The code for the Amazon Web Services service.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCreateCaseOptionsRequest |
withCategoryCode(String categoryCode)
The category of problem for the support case.
|
DescribeCreateCaseOptionsRequest |
withIssueType(String issueType)
The type of issue for the case.
|
DescribeCreateCaseOptionsRequest |
withLanguage(String language)
The language in which Amazon Web Services Support handles the case.
|
DescribeCreateCaseOptionsRequest |
withServiceCode(String serviceCode)
The code for the Amazon Web Services service.
|
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 void setIssueType(String issueType)
The type of issue for the case. You can specify customer-service or technical. If you
don't specify a value, the default is technical.
issueType - The type of issue for the case. You can specify customer-service or technical.
If you don't specify a value, the default is technical.public String getIssueType()
The type of issue for the case. You can specify customer-service or technical. If you
don't specify a value, the default is technical.
customer-service or technical.
If you don't specify a value, the default is technical.public DescribeCreateCaseOptionsRequest withIssueType(String issueType)
The type of issue for the case. You can specify customer-service or technical. If you
don't specify a value, the default is technical.
issueType - The type of issue for the case. You can specify customer-service or technical.
If you don't specify a value, the default is technical.public void setServiceCode(String serviceCode)
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.
serviceCode - The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.public String getServiceCode()
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.
serviceCode values.public DescribeCreateCaseOptionsRequest withServiceCode(String serviceCode)
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.
serviceCode - The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.public void setLanguage(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language parameter if you want support in that language.
language - The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1
code for the language parameter if you want support in that language.public String getLanguage()
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language parameter if you want support in that language.
language parameter if you want support in that language.public DescribeCreateCaseOptionsRequest withLanguage(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language parameter if you want support in that language.
language - The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1
code for the language parameter if you want support in that language.public void setCategoryCode(String categoryCode)
The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
categoryCode - The category of problem for the support case. You also use the DescribeServices operation to get
the category code for a service. Each Amazon Web Services service defines its own set of category codes.public String getCategoryCode()
The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
public DescribeCreateCaseOptionsRequest withCategoryCode(String categoryCode)
The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
categoryCode - The category of problem for the support case. You also use the DescribeServices operation to get
the category code for a service. Each Amazon Web Services service defines its own set of category codes.public String toString()
toString in class ObjectObject.toString()public DescribeCreateCaseOptionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()