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