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