@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum UpdateTargetsOperatingSystem extends Enum<UpdateTargetsOperatingSystem>
Enum Constant and Description |
---|
Amazon_linux |
Openwrt |
Raspbian |
Ubuntu |
Modifier and Type | Method and Description |
---|---|
static UpdateTargetsOperatingSystem |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static UpdateTargetsOperatingSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTargetsOperatingSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateTargetsOperatingSystem Ubuntu
public static final UpdateTargetsOperatingSystem Raspbian
public static final UpdateTargetsOperatingSystem Amazon_linux
public static final UpdateTargetsOperatingSystem Openwrt
public static UpdateTargetsOperatingSystem[] values()
for (UpdateTargetsOperatingSystem c : UpdateTargetsOperatingSystem.values()) System.out.println(c);
public static UpdateTargetsOperatingSystem 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 toString()
toString
in class Enum<UpdateTargetsOperatingSystem>
public static UpdateTargetsOperatingSystem fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.