@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSupportedLanguagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSupportedLanguagesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSupportedLanguagesRequest |
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 |
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 |
setServiceCode(String serviceCode)
The code for the Amazon Web Services service.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSupportedLanguagesRequest |
withCategoryCode(String categoryCode)
The category of problem for the support case.
|
DescribeSupportedLanguagesRequest |
withIssueType(String issueType)
The type of issue for the case.
|
DescribeSupportedLanguagesRequest |
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, withSdkRequestTimeout
public void setIssueType(String issueType)
The type of issue for the case. You can specify customer-service
or technical
.
issueType
- The type of issue for the case. You can specify customer-service
or technical
.public String getIssueType()
The type of issue for the case. You can specify customer-service
or technical
.
customer-service
or technical
.public DescribeSupportedLanguagesRequest withIssueType(String issueType)
The type of issue for the case. You can specify customer-service
or technical
.
issueType
- The type of issue for the case. You can specify customer-service
or 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 DescribeSupportedLanguagesRequest 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 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 DescribeSupportedLanguagesRequest 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 Object
Object.toString()
public DescribeSupportedLanguagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()