@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAssetBundleExportJobResponse extends QuickSightResponse implements ToCopyableBuilder<DescribeAssetBundleExportJobResponse.Builder,DescribeAssetBundleExportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAssetBundleExportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the export job.
|
String |
assetBundleExportJobId()
The ID of the job.
|
String |
awsAccountId()
The ID of the Amazon Web Services account that the export job was executed in.
|
static DescribeAssetBundleExportJobResponse.Builder |
builder() |
AssetBundleCloudFormationOverridePropertyConfiguration |
cloudFormationOverridePropertyConfiguration()
The CloudFormation override property configuration for the export job.
|
Instant |
createdTime()
The time that the export job was created.
|
String |
downloadUrl()
The URL to download the exported asset bundle data from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<AssetBundleExportJobError> |
errors()
An array of error records that describes any failures that occurred during the export job processing.
|
AssetBundleExportFormat |
exportFormat()
The format of the exported asset bundle.
|
String |
exportFormatAsString()
The format of the exported asset bundle.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasErrors()
For responses, this returns true if the service returned a value for the Errors property.
|
int |
hashCode() |
boolean |
hasResourceArns()
For responses, this returns true if the service returned a value for the ResourceArns property.
|
Boolean |
includeAllDependencies()
The include dependencies flag.
|
AssetBundleExportJobStatus |
jobStatus()
Indicates the status of a job through its queuing and execution.
|
String |
jobStatusAsString()
Indicates the status of a job through its queuing and execution.
|
String |
requestId()
The Amazon Web Services request ID for this operation.
|
List<String> |
resourceArns()
A list of resource ARNs that exported with the job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAssetBundleExportJobResponse.Builder> |
serializableBuilderClass() |
Integer |
status()
The HTTP status of the response.
|
DescribeAssetBundleExportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssetBundleExportJobStatus jobStatus()
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
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().
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatuspublic final String jobStatusAsString()
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
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().
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatuspublic final String downloadUrl()
The URL to download the exported asset bundle data from.
This URL is available only after the job has succeeded. This URL is valid for 5 minutes after issuance. Call
DescribeAssetBundleExportJob again for a fresh URL if needed.
The downloaded asset bundle is a zip file named assetbundle-{jobId}.qs. The file has a
.qs extension.
This URL can't be used in a StartAssetBundleImportJob API call and should only be used for download
purposes.
This URL is available only after the job has succeeded. This URL is valid for 5 minutes after issuance.
Call DescribeAssetBundleExportJob again for a fresh URL if needed.
The downloaded asset bundle is a zip file named assetbundle-{jobId}.qs. The file has a
.qs extension.
This URL can't be used in a StartAssetBundleImportJob API call and should only be used for
download purposes.
public final boolean hasErrors()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<AssetBundleExportJobError> errors()
An array of error records that describes any failures that occurred during the export job processing.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasErrors() method.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
public final String arn()
The Amazon Resource Name (ARN) for the export job.
public final Instant createdTime()
The time that the export job was created.
public final String assetBundleExportJobId()
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleExportJob API
call.
StartAssetBundleExportJob API call.public final String awsAccountId()
The ID of the Amazon Web Services account that the export job was executed in.
public final boolean hasResourceArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> resourceArns()
A list of resource ARNs that exported with the job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasResourceArns() method.
public final Boolean includeAllDependencies()
The include dependencies flag.
public final AssetBundleExportFormat exportFormat()
The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to make a
StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file can be used in
the CloudFormation console and with the CloudFormation APIs.
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().
QUICKSIGHT_JSON formatted file can be used to
make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file
can be used in the CloudFormation console and with the CloudFormation APIs.AssetBundleExportFormatpublic final String exportFormatAsString()
The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to make a
StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file can be used in
the CloudFormation console and with the CloudFormation APIs.
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().
QUICKSIGHT_JSON formatted file can be used to
make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file
can be used in the CloudFormation console and with the CloudFormation APIs.AssetBundleExportFormatpublic final AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration()
The CloudFormation override property configuration for the export job.
public final String requestId()
The Amazon Web Services request ID for this operation.
public final Integer status()
The HTTP status of the response.
public DescribeAssetBundleExportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAssetBundleExportJobResponse.Builder,DescribeAssetBundleExportJobResponse>toBuilder in class AwsResponsepublic static DescribeAssetBundleExportJobResponse.Builder builder()
public static Class<? extends DescribeAssetBundleExportJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.