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