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