|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.support.model.DescribeSeverityLevelsRequest
public class DescribeSeverityLevelsRequest
Container for the parameters to the DescribeSeverityLevels operation
.
Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
AWSSupport.describeSeverityLevels(DescribeSeverityLevelsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeSeverityLevelsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getLanguage()
The ISO 639-1 code for the language in which AWS provides support. |
int |
hashCode()
|
void |
setLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSeverityLevelsRequest |
withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSeverityLevelsRequest()
Method Detail |
---|
public String getLanguage()
public void setLanguage(String language)
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 DescribeSeverityLevelsRequest withLanguage(String language)
Returns a reference to this object so that method calls can be chained together.
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 toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |