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