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