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