@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSupportedLanguagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSupportedLanguagesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSupportedLanguagesResult |
clone() |
boolean |
equals(Object obj) |
List<SupportedLanguage> |
getSupportedLanguages()
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
int |
hashCode() |
void |
setSupportedLanguages(Collection<SupportedLanguage> supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSupportedLanguagesResult |
withSupportedLanguages(Collection<SupportedLanguage> supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
DescribeSupportedLanguagesResult |
withSupportedLanguages(SupportedLanguage... supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SupportedLanguage> getSupportedLanguages()
A JSON-formatted array that contains the available ISO 639-1 language codes.
public void setSupportedLanguages(Collection<SupportedLanguage> supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
supportedLanguages
- A JSON-formatted array that contains the available ISO 639-1 language codes.public DescribeSupportedLanguagesResult withSupportedLanguages(SupportedLanguage... supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedLanguages(java.util.Collection)
or withSupportedLanguages(java.util.Collection)
if
you want to override the existing values.
supportedLanguages
- A JSON-formatted array that contains the available ISO 639-1 language codes.public DescribeSupportedLanguagesResult withSupportedLanguages(Collection<SupportedLanguage> supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
supportedLanguages
- A JSON-formatted array that contains the available ISO 639-1 language codes.public String toString()
toString
in class Object
Object.toString()
public DescribeSupportedLanguagesResult clone()