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