public static enum DescribeFileSystemsRequest.LanguageCodeEnum extends Enum<DescribeFileSystemsRequest.LanguageCodeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeFileSystemsRequest.LanguageCodeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFileSystemsRequest.LanguageCodeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DescribeFileSystemsRequest.LanguageCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribeFileSystemsRequest.LanguageCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="zh") public static final DescribeFileSystemsRequest.LanguageCodeEnum ZH
@SerializedName(value="en") public static final DescribeFileSystemsRequest.LanguageCodeEnum EN
public static DescribeFileSystemsRequest.LanguageCodeEnum[] values()
for (DescribeFileSystemsRequest.LanguageCodeEnum c : DescribeFileSystemsRequest.LanguageCodeEnum.values()) System.out.println(c);
public static DescribeFileSystemsRequest.LanguageCodeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<DescribeFileSystemsRequest.LanguageCodeEnum>public static DescribeFileSystemsRequest.LanguageCodeEnum fromValue(String input)
Copyright © 2026. All rights reserved.