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