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