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