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