Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class DescribeSeverityLevelsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.support.model.DescribeSeverityLevelsRequest
All Implemented Interfaces:
Serializable

public class DescribeSeverityLevelsRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
AWSSupport.describeSeverityLevels(DescribeSeverityLevelsRequest), Serialized Form

Constructor Summary
DescribeSeverityLevelsRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLanguage()
          Specifies the ISO 639-1 code for the language in which AWS provides support.
 int hashCode()
           
 void setLanguage(String language)
          Specifies 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)
          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

DescribeSeverityLevelsRequest

public DescribeSeverityLevelsRequest()
Method Detail

getLanguage

public String getLanguage()
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.

Returns:
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.

setLanguage

public void setLanguage(String 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.

Parameters:
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.

withLanguage

public DescribeSeverityLevelsRequest withLanguage(String 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.