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