@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstancePropertyFilterOperator extends Enum<InstancePropertyFilterOperator>
| Enum Constant and Description |
|---|
BeginWith |
Equal |
GreaterThan |
LessThan |
NotEqual |
| Modifier and Type | Method and Description |
|---|---|
static InstancePropertyFilterOperator |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InstancePropertyFilterOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePropertyFilterOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstancePropertyFilterOperator Equal
public static final InstancePropertyFilterOperator NotEqual
public static final InstancePropertyFilterOperator BeginWith
public static final InstancePropertyFilterOperator LessThan
public static final InstancePropertyFilterOperator GreaterThan
public static InstancePropertyFilterOperator[] values()
for (InstancePropertyFilterOperator c : InstancePropertyFilterOperator.values()) System.out.println(c);
public static InstancePropertyFilterOperator 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<InstancePropertyFilterOperator>public static InstancePropertyFilterOperator 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.