public enum InstanceGroupStateChangeReasonCode extends Enum<InstanceGroupStateChangeReasonCode>
| Enum Constant and Description | 
|---|
CLUSTER_TERMINATED  | 
INSTANCE_FAILURE  | 
INTERNAL_ERROR  | 
VALIDATION_ERROR  | 
| Modifier and Type | Method and Description | 
|---|---|
static InstanceGroupStateChangeReasonCode | 
fromValue(String value)
Use this in place of valueOf. 
 | 
String | 
toString()  | 
static InstanceGroupStateChangeReasonCode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static InstanceGroupStateChangeReasonCode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final InstanceGroupStateChangeReasonCode INTERNAL_ERROR
public static final InstanceGroupStateChangeReasonCode VALIDATION_ERROR
public static final InstanceGroupStateChangeReasonCode INSTANCE_FAILURE
public static final InstanceGroupStateChangeReasonCode CLUSTER_TERMINATED
public static InstanceGroupStateChangeReasonCode[] values()
for (InstanceGroupStateChangeReasonCode c : InstanceGroupStateChangeReasonCode.values()) System.out.println(c);
public static InstanceGroupStateChangeReasonCode 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<InstanceGroupStateChangeReasonCode>public static InstanceGroupStateChangeReasonCode fromValue(String value)
value - real valueCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.