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