Class AssetBundleExportJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AssetBundleExportJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Boolean
includePermissions()
The flag that determines the inclusion of permissions associated with each resource ARN.Boolean
includeTags()
The flag that determines the inclusion of tags associated with each resource ARN.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.-
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 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 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:
AssetBundleExportJobStatus
-
jobStatusAsString
public 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 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:
AssetBundleExportJobStatus
-
arn
public final String arn()
The ARN of the export job.
- Returns:
- The ARN of the export job.
-
createdTime
public final Instant createdTime()
The time that the export job was created.
- Returns:
- The time that the export job was created.
-
assetBundleExportJobId
public final String assetBundleExportJobId()
The ID of the export job.
- Returns:
- The ID of the export job.
-
includeAllDependencies
public final Boolean 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
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 returnAssetBundleExportFormat.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromexportFormatAsString()
.- Returns:
- The format for the export job.
- See Also:
AssetBundleExportFormat
-
exportFormatAsString
public 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 returnAssetBundleExportFormat.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromexportFormatAsString()
.- Returns:
- The format for the export job.
- See Also:
AssetBundleExportFormat
-
includePermissions
public final Boolean includePermissions()
The flag that determines the inclusion of permissions associated with each resource ARN.
- Returns:
- The flag that determines the inclusion of permissions associated with each resource ARN.
-
includeTags
public final Boolean includeTags()
The flag that determines the inclusion of tags associated with each resource ARN.
- Returns:
- The flag that determines the inclusion of tags associated with each resource ARN.
-
toBuilder
public AssetBundleExportJobSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AssetBundleExportJobSummary.Builder,AssetBundleExportJobSummary>
-
builder
public static AssetBundleExportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleExportJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-