|
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.DescribeTrustedAdvisorChecksRequest
public class DescribeTrustedAdvisorChecksRequest
Container for the parameters to the DescribeTrustedAdvisorChecks operation
.
This action enables you to get a list of the available Trusted Advisor checks. You must specify a language code. English ("en") and Japanese ("jp") are currently supported. The response contains a list of TrustedAdvisorCheckDescription objects.
AWSSupport.describeTrustedAdvisorChecks(DescribeTrustedAdvisorChecksRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeTrustedAdvisorChecksRequest()
|
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. |
DescribeTrustedAdvisorChecksRequest |
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 |
---|
public DescribeTrustedAdvisorChecksRequest()
Method Detail |
---|
public String getLanguage()
public void setLanguage(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 DescribeTrustedAdvisorChecksRequest withLanguage(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 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 |