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