Class AssetBundleExportJobSummary
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary> 
A summary of the export job that includes details of the job's configuration and its current status.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The ARN of the export job.final StringThe ID of the export job.builder()final InstantThe time that the export job was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final AssetBundleExportFormatThe format for the export job.final StringThe format for the export job.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanThe flag that determines the inclusion of resource dependencies in the returned asset bundle.The current status of the export job.final StringThe current status of the export job.static Class<? extends AssetBundleExportJobSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
jobStatus
The current status of the export job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnAssetBundleExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
 - The current status of the export job.
 - See Also:
 
 - 
jobStatusAsString
The current status of the export job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnAssetBundleExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
 - The current status of the export job.
 - See Also:
 
 - 
arn
The ARN of the export job.
- Returns:
 - The ARN of the export job.
 
 - 
createdTime
The time that the export job was created.
- Returns:
 - The time that the export job was created.
 
 - 
assetBundleExportJobId
The ID of the export job.
- Returns:
 - The ID of the export job.
 
 - 
includeAllDependencies
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
- Returns:
 - The flag that determines the inclusion of resource dependencies in the returned asset bundle.
 
 - 
exportFormat
The format for the export job.
If the service returns an enum value that is not available in the current SDK version,
exportFormatwill returnAssetBundleExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportFormatAsString().- Returns:
 - The format for the export job.
 - See Also:
 
 - 
exportFormatAsString
The format for the export job.
If the service returns an enum value that is not available in the current SDK version,
exportFormatwill returnAssetBundleExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportFormatAsString().- Returns:
 - The format for the export job.
 - See Also:
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -