Serializable
, Comparable<DeviceAttribute>
@Generated("software.amazon.awssdk:codegen") public enum DeviceAttribute extends Enum<DeviceAttribute>
Enum Constant | Description |
---|---|
APPIUM_VERSION |
|
ARN |
|
FORM_FACTOR |
|
MANUFACTURER |
|
PLATFORM |
|
REMOTE_ACCESS_ENABLED |
Modifier and Type | Method | Description |
---|---|---|
static DeviceAttribute |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static DeviceAttribute |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DeviceAttribute[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceAttribute ARN
public static final DeviceAttribute PLATFORM
public static final DeviceAttribute FORM_FACTOR
public static final DeviceAttribute MANUFACTURER
public static final DeviceAttribute REMOTE_ACCESS_ENABLED
public static final DeviceAttribute APPIUM_VERSION
public static DeviceAttribute[] values()
for (DeviceAttribute c : DeviceAttribute.values()) System.out.println(c);
public static DeviceAttribute 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<DeviceAttribute>
public static DeviceAttribute fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.