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