public static enum ProgressForDescribeLensTasksOutput.StageEnum extends Enum<ProgressForDescribeLensTasksOutput.StageEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProgressForDescribeLensTasksOutput.StageEnum.Adapter |
| Enum Constant and Description |
|---|
GENERATED |
GENERATING |
PENDING |
PROCESSING |
SCANNING |
| Modifier and Type | Method and Description |
|---|---|
static ProgressForDescribeLensTasksOutput.StageEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ProgressForDescribeLensTasksOutput.StageEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressForDescribeLensTasksOutput.StageEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Pending") public static final ProgressForDescribeLensTasksOutput.StageEnum PENDING
@SerializedName(value="Scanning") public static final ProgressForDescribeLensTasksOutput.StageEnum SCANNING
@SerializedName(value="Processing") public static final ProgressForDescribeLensTasksOutput.StageEnum PROCESSING
@SerializedName(value="Generating") public static final ProgressForDescribeLensTasksOutput.StageEnum GENERATING
@SerializedName(value="Generated") public static final ProgressForDescribeLensTasksOutput.StageEnum GENERATED
public static ProgressForDescribeLensTasksOutput.StageEnum[] values()
for (ProgressForDescribeLensTasksOutput.StageEnum c : ProgressForDescribeLensTasksOutput.StageEnum.values()) System.out.println(c);
public static ProgressForDescribeLensTasksOutput.StageEnum 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<ProgressForDescribeLensTasksOutput.StageEnum>public static ProgressForDescribeLensTasksOutput.StageEnum fromValue(String input)
Copyright © 2026. All rights reserved.