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