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