@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssetBundleExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAssetBundleExportJobResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetBundleExportJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the export job.
|
String |
getAssetBundleExportJobId()
The ID of the job.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that the export job was executed in.
|
AssetBundleCloudFormationOverridePropertyConfiguration |
getCloudFormationOverridePropertyConfiguration()
The CloudFormation override property configuration for the export job.
|
Date |
getCreatedTime()
The time that the export job was created.
|
String |
getDownloadUrl()
The URL to download the exported asset bundle data from.
|
List<AssetBundleExportJobError> |
getErrors()
An array of error records that describes any failures that occurred during the export job processing.
|
String |
getExportFormat()
The format of the exported asset bundle.
|
Boolean |
getIncludeAllDependencies()
The include dependencies flag.
|
Boolean |
getIncludePermissions()
The include permissions flag.
|
Boolean |
getIncludeTags()
The include tags flag.
|
String |
getJobStatus()
Indicates the status of a job through its queuing and execution.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
List<String> |
getResourceArns()
A list of resource ARNs that exported with the job.
|
Integer |
getStatus()
The HTTP status of the response.
|
AssetBundleExportJobValidationStrategy |
getValidationStrategy()
The validation strategy that is used to export the analysis or dashboard.
|
List<AssetBundleExportJobWarning> |
getWarnings()
An array of warning records that describe the analysis or dashboard that is exported.
|
int |
hashCode() |
Boolean |
isIncludeAllDependencies()
The include dependencies flag.
|
Boolean |
isIncludePermissions()
The include permissions flag.
|
Boolean |
isIncludeTags()
The include tags flag.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the export job.
|
void |
setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export job was executed in.
|
void |
setCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
|
void |
setCreatedTime(Date createdTime)
The time that the export job was created.
|
void |
setDownloadUrl(String downloadUrl)
The URL to download the exported asset bundle data from.
|
void |
setErrors(Collection<AssetBundleExportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
void |
setExportFormat(String exportFormat)
The format of the exported asset bundle.
|
void |
setIncludeAllDependencies(Boolean includeAllDependencies)
The include dependencies flag.
|
void |
setIncludePermissions(Boolean includePermissions)
The include permissions flag.
|
void |
setIncludeTags(Boolean includeTags)
The include tags flag.
|
void |
setJobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setResourceArns(Collection<String> resourceArns)
A list of resource ARNs that exported with the job.
|
void |
setStatus(Integer status)
The HTTP status of the response.
|
void |
setValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
The validation strategy that is used to export the analysis or dashboard.
|
void |
setWarnings(Collection<AssetBundleExportJobWarning> warnings)
An array of warning records that describe the analysis or dashboard that is exported.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssetBundleExportJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the export job.
|
DescribeAssetBundleExportJobResult |
withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job.
|
DescribeAssetBundleExportJobResult |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export job was executed in.
|
DescribeAssetBundleExportJobResult |
withCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
|
DescribeAssetBundleExportJobResult |
withCreatedTime(Date createdTime)
The time that the export job was created.
|
DescribeAssetBundleExportJobResult |
withDownloadUrl(String downloadUrl)
The URL to download the exported asset bundle data from.
|
DescribeAssetBundleExportJobResult |
withErrors(AssetBundleExportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleExportJobResult |
withErrors(Collection<AssetBundleExportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleExportJobResult |
withExportFormat(AssetBundleExportFormat exportFormat)
The format of the exported asset bundle.
|
DescribeAssetBundleExportJobResult |
withExportFormat(String exportFormat)
The format of the exported asset bundle.
|
DescribeAssetBundleExportJobResult |
withIncludeAllDependencies(Boolean includeAllDependencies)
The include dependencies flag.
|
DescribeAssetBundleExportJobResult |
withIncludePermissions(Boolean includePermissions)
The include permissions flag.
|
DescribeAssetBundleExportJobResult |
withIncludeTags(Boolean includeTags)
The include tags flag.
|
DescribeAssetBundleExportJobResult |
withJobStatus(AssetBundleExportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
|
DescribeAssetBundleExportJobResult |
withJobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
|
DescribeAssetBundleExportJobResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeAssetBundleExportJobResult |
withResourceArns(Collection<String> resourceArns)
A list of resource ARNs that exported with the job.
|
DescribeAssetBundleExportJobResult |
withResourceArns(String... resourceArns)
A list of resource ARNs that exported with the job.
|
DescribeAssetBundleExportJobResult |
withStatus(Integer status)
The HTTP status of the response.
|
DescribeAssetBundleExportJobResult |
withValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
The validation strategy that is used to export the analysis or dashboard.
|
DescribeAssetBundleExportJobResult |
withWarnings(AssetBundleExportJobWarning... warnings)
An array of warning records that describe the analysis or dashboard that is exported.
|
DescribeAssetBundleExportJobResult |
withWarnings(Collection<AssetBundleExportJobWarning> warnings)
An array of warning records that describe the analysis or dashboard that is exported.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
jobStatus - Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatuspublic String getJobStatus()
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatuspublic DescribeAssetBundleExportJobResult withJobStatus(String jobStatus)
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
jobStatus - Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatuspublic DescribeAssetBundleExportJobResult withJobStatus(AssetBundleExportJobStatus jobStatus)
Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
jobStatus - Indicates the status of a job through its queuing and execution.
Poll this DescribeAssetBundleExportApi until JobStatus is either
SUCCESSFUL or FAILED.
AssetBundleExportJobStatuspublic void setDownloadUrl(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.
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.
public String getDownloadUrl()
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 DescribeAssetBundleExportJobResult withDownloadUrl(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.
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.
public List<AssetBundleExportJobError> getErrors()
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.
Error records accumulate while the job runs. The complete set of error records is available after the job has completed and failed.
public void setErrors(Collection<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.
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.
public DescribeAssetBundleExportJobResult withErrors(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.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
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.
public DescribeAssetBundleExportJobResult withErrors(Collection<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.
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.
public void setArn(String arn)
The Amazon Resource Name (ARN) for the export job.
arn - The Amazon Resource Name (ARN) for the export job.public String getArn()
The Amazon Resource Name (ARN) for the export job.
public DescribeAssetBundleExportJobResult withArn(String arn)
The Amazon Resource Name (ARN) for the export job.
arn - The Amazon Resource Name (ARN) for the export job.public void setCreatedTime(Date createdTime)
The time that the export job was created.
createdTime - The time that the export job was created.public Date getCreatedTime()
The time that the export job was created.
public DescribeAssetBundleExportJobResult withCreatedTime(Date createdTime)
The time that the export job was created.
createdTime - The time that the export job was created.public void setAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleExportJob API
call.
assetBundleExportJobId - The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleExportJob API call.public String getAssetBundleExportJobId()
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 DescribeAssetBundleExportJobResult withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the job. The job ID is set when you start a new job with a StartAssetBundleExportJob API
call.
assetBundleExportJobId - The ID of the job. The job ID is set when you start a new job with a
StartAssetBundleExportJob API call.public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export job was executed in.
awsAccountId - The ID of the Amazon Web Services account that the export job was executed in.public String getAwsAccountId()
The ID of the Amazon Web Services account that the export job was executed in.
public DescribeAssetBundleExportJobResult withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that the export job was executed in.
awsAccountId - The ID of the Amazon Web Services account that the export job was executed in.public List<String> getResourceArns()
A list of resource ARNs that exported with the job.
public void setResourceArns(Collection<String> resourceArns)
A list of resource ARNs that exported with the job.
resourceArns - A list of resource ARNs that exported with the job.public DescribeAssetBundleExportJobResult withResourceArns(String... resourceArns)
A list of resource ARNs that exported with the job.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection) or withResourceArns(java.util.Collection) if you want to
override the existing values.
resourceArns - A list of resource ARNs that exported with the job.public DescribeAssetBundleExportJobResult withResourceArns(Collection<String> resourceArns)
A list of resource ARNs that exported with the job.
resourceArns - A list of resource ARNs that exported with the job.public void setIncludeAllDependencies(Boolean includeAllDependencies)
The include dependencies flag.
includeAllDependencies - The include dependencies flag.public Boolean getIncludeAllDependencies()
The include dependencies flag.
public DescribeAssetBundleExportJobResult withIncludeAllDependencies(Boolean includeAllDependencies)
The include dependencies flag.
includeAllDependencies - The include dependencies flag.public Boolean isIncludeAllDependencies()
The include dependencies flag.
public void setExportFormat(String 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.
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.AssetBundleExportFormatpublic String getExportFormat()
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.
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 DescribeAssetBundleExportJobResult withExportFormat(String 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.
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.AssetBundleExportFormatpublic DescribeAssetBundleExportJobResult withExportFormat(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.
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.AssetBundleExportFormatpublic void setCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
cloudFormationOverridePropertyConfiguration - The CloudFormation override property configuration for the export job.public AssetBundleCloudFormationOverridePropertyConfiguration getCloudFormationOverridePropertyConfiguration()
The CloudFormation override property configuration for the export job.
public DescribeAssetBundleExportJobResult withCloudFormationOverridePropertyConfiguration(AssetBundleCloudFormationOverridePropertyConfiguration cloudFormationOverridePropertyConfiguration)
The CloudFormation override property configuration for the export job.
cloudFormationOverridePropertyConfiguration - The CloudFormation override property configuration for the export job.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeAssetBundleExportJobResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the response.
status - The HTTP status of the response.public Integer getStatus()
The HTTP status of the response.
public DescribeAssetBundleExportJobResult withStatus(Integer status)
The HTTP status of the response.
status - The HTTP status of the response.public void setIncludePermissions(Boolean includePermissions)
The include permissions flag.
includePermissions - The include permissions flag.public Boolean getIncludePermissions()
The include permissions flag.
public DescribeAssetBundleExportJobResult withIncludePermissions(Boolean includePermissions)
The include permissions flag.
includePermissions - The include permissions flag.public Boolean isIncludePermissions()
The include permissions flag.
public void setIncludeTags(Boolean includeTags)
The include tags flag.
includeTags - The include tags flag.public Boolean getIncludeTags()
The include tags flag.
public DescribeAssetBundleExportJobResult withIncludeTags(Boolean includeTags)
The include tags flag.
includeTags - The include tags flag.public Boolean isIncludeTags()
The include tags flag.
public void setValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
The validation strategy that is used to export the analysis or dashboard.
validationStrategy - The validation strategy that is used to export the analysis or dashboard.public AssetBundleExportJobValidationStrategy getValidationStrategy()
The validation strategy that is used to export the analysis or dashboard.
public DescribeAssetBundleExportJobResult withValidationStrategy(AssetBundleExportJobValidationStrategy validationStrategy)
The validation strategy that is used to export the analysis or dashboard.
validationStrategy - The validation strategy that is used to export the analysis or dashboard.public List<AssetBundleExportJobWarning> getWarnings()
An array of warning records that describe the analysis or dashboard that is exported. This array includes UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is set to
FALSE.
This property only appears if StrictModeForAllResources in ValidationStrategy
is set to FALSE.
public void setWarnings(Collection<AssetBundleExportJobWarning> warnings)
An array of warning records that describe the analysis or dashboard that is exported. This array includes UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is set to
FALSE.
warnings - An array of warning records that describe the analysis or dashboard that is exported. This array includes
UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is
set to FALSE.
public DescribeAssetBundleExportJobResult withWarnings(AssetBundleExportJobWarning... warnings)
An array of warning records that describe the analysis or dashboard that is exported. This array includes UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is set to
FALSE.
NOTE: This method appends the values to the existing list (if any). Use
setWarnings(java.util.Collection) or withWarnings(java.util.Collection) if you want to override
the existing values.
warnings - An array of warning records that describe the analysis or dashboard that is exported. This array includes
UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is
set to FALSE.
public DescribeAssetBundleExportJobResult withWarnings(Collection<AssetBundleExportJobWarning> warnings)
An array of warning records that describe the analysis or dashboard that is exported. This array includes UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is set to
FALSE.
warnings - An array of warning records that describe the analysis or dashboard that is exported. This array includes
UI errors that can be skipped during the validation process.
This property only appears if StrictModeForAllResources in ValidationStrategy is
set to FALSE.
public String toString()
toString in class ObjectObject.toString()public DescribeAssetBundleExportJobResult clone()