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