@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleExportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>
A summary of the export job that includes details of the job's configuration and its current status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleExportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the export job.
|
String |
assetBundleExportJobId()
The ID of the export job.
|
static AssetBundleExportJobSummary.Builder |
builder() |
Instant |
createdTime()
The time that the export job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AssetBundleExportFormat |
exportFormat()
The format for the export job.
|
String |
exportFormatAsString()
The format for the export job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeAllDependencies()
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
AssetBundleExportJobStatus |
jobStatus()
The current status of the export job.
|
String |
jobStatusAsString()
The current status of the export job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleExportJobSummary.Builder> |
serializableBuilderClass() |
AssetBundleExportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssetBundleExportJobStatus jobStatus()
The current status of the export job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return AssetBundleExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
AssetBundleExportJobStatuspublic final String jobStatusAsString()
The current status of the export job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return AssetBundleExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
AssetBundleExportJobStatuspublic final String arn()
The ARN of the export job.
public final Instant createdTime()
The time that the export job was created.
public final String assetBundleExportJobId()
The ID of the export job.
public final Boolean includeAllDependencies()
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
public final AssetBundleExportFormat exportFormat()
The format for the export job.
If the service returns an enum value that is not available in the current SDK version, exportFormat will
return AssetBundleExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from exportFormatAsString().
AssetBundleExportFormatpublic final String exportFormatAsString()
The format for the export job.
If the service returns an enum value that is not available in the current SDK version, exportFormat will
return AssetBundleExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from exportFormatAsString().
AssetBundleExportFormatpublic AssetBundleExportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>public static AssetBundleExportJobSummary.Builder builder()
public static Class<? extends AssetBundleExportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.