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