@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleExportJobError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>
Describes an error that occurred during an Asset Bundle export job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleExportJobError.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the resource whose processing caused an error.
|
static AssetBundleExportJobError.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 AssetBundleExportJobError.Builder> |
serializableBuilderClass() |
AssetBundleExportJobError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The specific error type of 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 of the error that occurred.
public final String message()
A description of the error.
public AssetBundleExportJobError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>public static AssetBundleExportJobError.Builder builder()
public static Class<? extends AssetBundleExportJobError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.