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