@Generated(value="software.amazon.awssdk:codegen") public enum JobState extends Enum<JobState>
Enum Constant and Description |
---|
CANCELLED |
COMPLETE |
IN_PROGRESS |
IN_TRANSIT_TO_AWS |
IN_TRANSIT_TO_CUSTOMER |
LISTING |
NEW |
PENDING |
PREPARING_APPLIANCE |
PREPARING_SHIPMENT |
UNKNOWN_TO_SDK_VERSION |
WITH_AWS |
WITH_AWS_SORTING_FACILITY |
WITH_CUSTOMER |
Modifier and Type | Method and Description |
---|---|
static JobState |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<JobState> |
knownValues()
|
String |
toString() |
static JobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobState NEW
public static final JobState PREPARING_APPLIANCE
public static final JobState PREPARING_SHIPMENT
public static final JobState IN_TRANSIT_TO_CUSTOMER
public static final JobState WITH_CUSTOMER
public static final JobState IN_TRANSIT_TO_AWS
public static final JobState WITH_AWS_SORTING_FACILITY
public static final JobState WITH_AWS
public static final JobState IN_PROGRESS
public static final JobState COMPLETE
public static final JobState CANCELLED
public static final JobState LISTING
public static final JobState PENDING
public static final JobState UNKNOWN_TO_SDK_VERSION
public static JobState[] values()
for (JobState c : JobState.values()) System.out.println(c);
public static JobState 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 static JobState fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.