public static enum TagForDescribeFileSystemsOutput.TypeEnum extends Enum<TagForDescribeFileSystemsOutput.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TagForDescribeFileSystemsOutput.TypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static TagForDescribeFileSystemsOutput.TypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static TagForDescribeFileSystemsOutput.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagForDescribeFileSystemsOutput.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="System") public static final TagForDescribeFileSystemsOutput.TypeEnum SYSTEM
@SerializedName(value="Custom") public static final TagForDescribeFileSystemsOutput.TypeEnum CUSTOM
public static TagForDescribeFileSystemsOutput.TypeEnum[] values()
for (TagForDescribeFileSystemsOutput.TypeEnum c : TagForDescribeFileSystemsOutput.TypeEnum.values()) System.out.println(c);
public static TagForDescribeFileSystemsOutput.TypeEnum 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<TagForDescribeFileSystemsOutput.TypeEnum>public static TagForDescribeFileSystemsOutput.TypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.