@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleImportJobError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobError.Builder,AssetBundleImportJobError>
Describes an error that occurred within an Asset Bundle import execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleImportJobError.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the resource whose processing caused an error.
|
static AssetBundleImportJobError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A description of the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleImportJobError.Builder> |
serializableBuilderClass() |
AssetBundleImportJobError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The specific error type or the error that occurred.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the resource whose processing caused an error.
public final String type()
The specific error type or the error that occurred.
public final String message()
A description of the error.
public AssetBundleImportJobError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleImportJobError.Builder,AssetBundleImportJobError>public static AssetBundleImportJobError.Builder builder()
public static Class<? extends AssetBundleImportJobError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.