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