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