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