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