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