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