@Generated(value="software.amazon.awssdk:codegen") public enum BatchGetAssetPropertyValueHistoryErrorCode extends Enum<BatchGetAssetPropertyValueHistoryErrorCode>
| Enum Constant and Description |
|---|
ACCESS_DENIED_EXCEPTION |
INVALID_REQUEST_EXCEPTION |
RESOURCE_NOT_FOUND_EXCEPTION |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueHistoryErrorCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<BatchGetAssetPropertyValueHistoryErrorCode> |
knownValues()
|
String |
toString() |
static BatchGetAssetPropertyValueHistoryErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchGetAssetPropertyValueHistoryErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchGetAssetPropertyValueHistoryErrorCode RESOURCE_NOT_FOUND_EXCEPTION
public static final BatchGetAssetPropertyValueHistoryErrorCode INVALID_REQUEST_EXCEPTION
public static final BatchGetAssetPropertyValueHistoryErrorCode ACCESS_DENIED_EXCEPTION
public static final BatchGetAssetPropertyValueHistoryErrorCode UNKNOWN_TO_SDK_VERSION
public static BatchGetAssetPropertyValueHistoryErrorCode[] values()
for (BatchGetAssetPropertyValueHistoryErrorCode c : BatchGetAssetPropertyValueHistoryErrorCode.values()) System.out.println(c);
public static BatchGetAssetPropertyValueHistoryErrorCode 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<BatchGetAssetPropertyValueHistoryErrorCode>public static BatchGetAssetPropertyValueHistoryErrorCode fromValue(String value)
value - real valuepublic static Set<BatchGetAssetPropertyValueHistoryErrorCode> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known BatchGetAssetPropertyValueHistoryErrorCodesCopyright © 2022. All rights reserved.