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