@Generated(value="software.amazon.smithy.crt.java.EnumGenerator") public enum InventoryIncludedObjectVersions extends Enum<InventoryIncludedObjectVersions>
Enum Constant and Description |
---|
ALL |
CURRENT |
UNKNOWN_TO_SDK_VERSION |
Modifier and Type | Method and Description |
---|---|
static InventoryIncludedObjectVersions |
fromValue(String value) |
static Set<InventoryIncludedObjectVersions> |
knownValues() |
void |
setValue(String value) |
String |
value() |
static InventoryIncludedObjectVersions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryIncludedObjectVersions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InventoryIncludedObjectVersions ALL
public static final InventoryIncludedObjectVersions CURRENT
public static final InventoryIncludedObjectVersions UNKNOWN_TO_SDK_VERSION
public static InventoryIncludedObjectVersions[] values()
for (InventoryIncludedObjectVersions c : InventoryIncludedObjectVersions.values()) System.out.println(c);
public static InventoryIncludedObjectVersions 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 InventoryIncludedObjectVersions fromValue(String value)
public static Set<InventoryIncludedObjectVersions> knownValues()
public String value()
public void setValue(String value)
Copyright © 2021. All rights reserved.