@Generated(value="software.amazon.awssdk:codegen") public enum BatchItemErrorCode extends Enum<BatchItemErrorCode>
| Enum Constant and Description |
|---|
ACCESS_DENIED_ERROR |
CONFLICT_ERROR |
INTERNAL_SERVER_ERROR |
RESOURCE_NOT_FOUND_ERROR |
THROTTLING_ERROR |
UNKNOWN_TO_SDK_VERSION |
VALIDATION_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static BatchItemErrorCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<BatchItemErrorCode> |
knownValues()
|
String |
toString() |
static BatchItemErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchItemErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchItemErrorCode ACCESS_DENIED_ERROR
public static final BatchItemErrorCode CONFLICT_ERROR
public static final BatchItemErrorCode INTERNAL_SERVER_ERROR
public static final BatchItemErrorCode RESOURCE_NOT_FOUND_ERROR
public static final BatchItemErrorCode THROTTLING_ERROR
public static final BatchItemErrorCode VALIDATION_ERROR
public static final BatchItemErrorCode UNKNOWN_TO_SDK_VERSION
public static BatchItemErrorCode[] values()
for (BatchItemErrorCode c : BatchItemErrorCode.values()) System.out.println(c);
public static BatchItemErrorCode 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<BatchItemErrorCode>public static BatchItemErrorCode fromValue(String value)
value - real valuepublic static Set<BatchItemErrorCode> 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 BatchItemErrorCodesCopyright © 2021. All rights reserved.