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