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