@Generated(value="software.amazon.awssdk:codegen") public enum RobotStatus extends Enum<RobotStatus>
| Enum Constant and Description |
|---|
AVAILABLE |
DEPLOYING |
FAILED |
IN_SYNC |
NO_RESPONSE |
PENDING_NEW_DEPLOYMENT |
REGISTERED |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static RobotStatus |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<RobotStatus> |
knownValues()
|
String |
toString() |
static RobotStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RobotStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RobotStatus AVAILABLE
public static final RobotStatus REGISTERED
public static final RobotStatus PENDING_NEW_DEPLOYMENT
public static final RobotStatus DEPLOYING
public static final RobotStatus FAILED
public static final RobotStatus IN_SYNC
public static final RobotStatus NO_RESPONSE
public static final RobotStatus UNKNOWN_TO_SDK_VERSION
public static RobotStatus[] values()
for (RobotStatus c : RobotStatus.values()) System.out.println(c);
public static RobotStatus 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<RobotStatus>public static RobotStatus fromValue(String value)
value - real valuepublic static Set<RobotStatus> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known RobotStatussCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.