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