@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeServicesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeServicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLanguage()
The language in which Amazon Web Services Support handles the case.
|
List<String> |
getServiceCodeList()
A JSON-formatted list of service codes available for Amazon Web Services services.
|
int |
hashCode() |
void |
setLanguage(String language)
The language in which Amazon Web Services Support handles the case.
|
void |
setServiceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for Amazon Web Services services.
|
String |
toString()
Returns a string representation of this object.
|
DescribeServicesRequest |
withLanguage(String language)
The language in which Amazon Web Services Support handles the case.
|
DescribeServicesRequest |
withServiceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for Amazon Web Services services.
|
DescribeServicesRequest |
withServiceCodeList(String... serviceCodeList)
A JSON-formatted list of service codes available for Amazon Web Services services.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getServiceCodeList()
A JSON-formatted list of service codes available for Amazon Web Services services.
public void setServiceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for Amazon Web Services services.
serviceCodeList
- A JSON-formatted list of service codes available for Amazon Web Services services.public DescribeServicesRequest withServiceCodeList(String... serviceCodeList)
A JSON-formatted list of service codes available for Amazon Web Services 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 Amazon Web Services services.public DescribeServicesRequest withServiceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for Amazon Web Services services.
serviceCodeList
- A JSON-formatted list of service codes available for Amazon Web Services services.public void setLanguage(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language
parameter if you want support in that language.
language
- The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1
code for the language
parameter if you want support in that language.public String getLanguage()
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language
parameter if you want support in that language.
language
parameter if you want support in that language.public DescribeServicesRequest withLanguage(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language
parameter if you want support in that language.
language
- The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1
code for the language
parameter if you want support in that language.public String toString()
toString
in class Object
Object.toString()
public DescribeServicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()