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