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