@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TopicIRFilterType extends Enum<TopicIRFilterType>
| Enum Constant and Description |
|---|
ACCEPT_ALL_FILTER |
CATEGORY_FILTER |
DATE_RANGE_FILTER |
EQUALS |
NUMERIC_EQUALITY_FILTER |
NUMERIC_RANGE_FILTER |
RANK_LIMIT_FILTER |
RELATIVE_DATE_FILTER |
TOP_BOTTOM_FILTER |
| Modifier and Type | Method and Description |
|---|---|
static TopicIRFilterType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TopicIRFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicIRFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicIRFilterType CATEGORY_FILTER
public static final TopicIRFilterType NUMERIC_EQUALITY_FILTER
public static final TopicIRFilterType NUMERIC_RANGE_FILTER
public static final TopicIRFilterType DATE_RANGE_FILTER
public static final TopicIRFilterType RELATIVE_DATE_FILTER
public static final TopicIRFilterType TOP_BOTTOM_FILTER
public static final TopicIRFilterType EQUALS
public static final TopicIRFilterType RANK_LIMIT_FILTER
public static final TopicIRFilterType ACCEPT_ALL_FILTER
public static TopicIRFilterType[] values()
for (TopicIRFilterType c : TopicIRFilterType.values()) System.out.println(c);
public static TopicIRFilterType 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<TopicIRFilterType>public static TopicIRFilterType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2024. All rights reserved.