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