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