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