Class AssetBundleImportJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetBundleImportJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the import job.StringassetBundleImportJobId()The ID of the job.static AssetBundleImportJobSummary.Builderbuilder()InstantcreatedTime()The time that the import job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)AssetBundleImportFailureActionfailureAction()The failure action for the import job.StringfailureActionAsString()The failure action for the import job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AssetBundleImportJobStatusjobStatus()The current status of the import job.StringjobStatusAsString()The current status of the import job.List<SdkField<?>>sdkFields()static Class<? extends AssetBundleImportJobSummary.Builder>serializableBuilderClass()AssetBundleImportJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobStatus
public 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,
jobStatuswill returnAssetBundleImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the import job.
- See Also:
AssetBundleImportJobStatus
-
jobStatusAsString
public 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,
jobStatuswill returnAssetBundleImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the import job.
- See Also:
AssetBundleImportJobStatus
-
arn
public final String arn()
The ARN of the import job.
- Returns:
- The ARN of the import job.
-
createdTime
public final Instant createdTime()
The time that the import job was created.
- Returns:
- The time that the import job was created.
-
assetBundleImportJobId
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.
- Returns:
- 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.
-
failureAction
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,
failureActionwill returnAssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureActionAsString().- Returns:
- The failure action for the import job.
- See Also:
AssetBundleImportFailureAction
-
failureActionAsString
public 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,
failureActionwill returnAssetBundleImportFailureAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfailureActionAsString().- Returns:
- The failure action for the import job.
- See Also:
AssetBundleImportFailureAction
-
toBuilder
public AssetBundleImportJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetBundleImportJobSummary.Builder,AssetBundleImportJobSummary>
-
builder
public static AssetBundleImportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-