|
Did this page help you?Yes No Tell us about it... |
||||||
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
.
This action 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(java.lang.Object obj)
|
java.lang.String |
getLanguage()
Specifies the ISO 639-1 code for the language in which AWS provides support. |
int |
hashCode()
|
void |
setLanguage(java.lang.String language)
Specifies the ISO 639-1 code for the language in which AWS provides support. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSeverityLevelsRequest |
withLanguage(java.lang.String language)
Specifies the ISO 639-1 code for the language in which AWS provides support. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSeverityLevelsRequest()
Method Detail |
---|
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- Specifies the ISO 639-1 code for the language in which AWS provides
support. AWS Support currently supports English and Japanese, for
which the codes are en and ja, respectively. Language
parameters must be passed explicitly for operations that take them.public DescribeSeverityLevelsRequest withLanguage(java.lang.String language)
Returns a reference to this object so that method calls can be chained together.
language
- Specifies the ISO 639-1 code for the language in which AWS provides
support. AWS Support currently supports English and Japanese, for
which the codes are en and ja, respectively. Language
parameters must be passed explicitly for operations that take them.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |