@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleImportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
A summary of the import job that includes details of the requested job's configuration and its current status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleImportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the import job.
|
String |
assetBundleImportJobId()
The ID of the job.
|
static AssetBundleImportJobSummary.Builder |
builder() |
Instant |
createdTime()
The time that the import job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AssetBundleImportFailureAction |
failureAction()
The failure action for the import job.
|
String |
failureActionAsString()
The failure action for the import job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AssetBundleImportJobStatus |
jobStatus()
The current status of the import job.
|
String |
jobStatusAsString()
The current status of the import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleImportJobSummary.Builder> |
serializableBuilderClass() |
AssetBundleImportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssetBundleImportJobStatus jobStatus()
The current status of the import job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return AssetBundleImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
AssetBundleImportJobStatuspublic final String jobStatusAsString()
The current status of the import job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return AssetBundleImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
AssetBundleImportJobStatuspublic final String arn()
The ARN of the import job.
public final Instant createdTime()
The time that the import job was created.
public final String assetBundleImportJobId()
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
public final AssetBundleImportFailureAction failureAction()
The failure action for the import job.
If the service returns an enum value that is not available in the current SDK version, failureAction
will return AssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from failureActionAsString().
AssetBundleImportFailureActionpublic final String failureActionAsString()
The failure action for the import job.
If the service returns an enum value that is not available in the current SDK version, failureAction
will return AssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from failureActionAsString().
AssetBundleImportFailureActionpublic AssetBundleImportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>public static AssetBundleImportJobSummary.Builder builder()
public static Class<? extends AssetBundleImportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.