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