public class DescribeServicesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
language
The ISO 639-1 code for the language in which AWS provides support.
|
private SdkInternalList<java.lang.String> |
serviceCodeList
A JSON-formatted list of service codes available for AWS services.
|
NOOP
Constructor and Description |
---|
DescribeServicesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeServicesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLanguage()
The ISO 639-1 code for the language in which AWS provides support.
|
java.util.List<java.lang.String> |
getServiceCodeList()
A JSON-formatted list of service codes available for AWS services.
|
int |
hashCode() |
void |
setLanguage(java.lang.String language)
The ISO 639-1 code for the language in which AWS provides support.
|
void |
setServiceCodeList(java.util.Collection<java.lang.String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeServicesRequest |
withLanguage(java.lang.String language)
The ISO 639-1 code for the language in which AWS provides support.
|
DescribeServicesRequest |
withServiceCodeList(java.util.Collection<java.lang.String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
|
DescribeServicesRequest |
withServiceCodeList(java.lang.String... serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> serviceCodeList
A JSON-formatted list of service codes available for AWS services.
private java.lang.String 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 java.util.List<java.lang.String> getServiceCodeList()
A JSON-formatted list of service codes available for AWS services.
public void setServiceCodeList(java.util.Collection<java.lang.String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
serviceCodeList
- A JSON-formatted list of service codes available for AWS services.public DescribeServicesRequest withServiceCodeList(java.lang.String... serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
NOTE: This method appends the values to the existing list (if
any). Use setServiceCodeList(java.util.Collection)
or
withServiceCodeList(java.util.Collection)
if you want to
override the existing values.
serviceCodeList
- A JSON-formatted list of service codes available for AWS services.public DescribeServicesRequest withServiceCodeList(java.util.Collection<java.lang.String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
serviceCodeList
- A JSON-formatted list of service codes available for AWS services.public void setLanguage(java.lang.String 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.
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 java.lang.String getLanguage()
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 DescribeServicesRequest withLanguage(java.lang.String 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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()