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