@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ListNotificationRulesFilterName extends Enum<ListNotificationRulesFilterName>
Enum Constant and Description |
---|
CREATED_BY |
EVENT_TYPE_ID |
RESOURCE |
TARGET_ADDRESS |
Modifier and Type | Method and Description |
---|---|
static ListNotificationRulesFilterName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ListNotificationRulesFilterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListNotificationRulesFilterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListNotificationRulesFilterName EVENT_TYPE_ID
public static final ListNotificationRulesFilterName CREATED_BY
public static final ListNotificationRulesFilterName RESOURCE
public static final ListNotificationRulesFilterName TARGET_ADDRESS
public static ListNotificationRulesFilterName[] values()
for (ListNotificationRulesFilterName c : ListNotificationRulesFilterName.values()) System.out.println(c);
public static ListNotificationRulesFilterName 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 toString()
toString
in class Enum<ListNotificationRulesFilterName>
public static ListNotificationRulesFilterName fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.