/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A summary of the import job that includes details of the requested job's
* configuration and its current status.See Also:
AWS
* API Reference
The current status of the import job.
*/ inline const AssetBundleImportJobStatus& GetJobStatus() const{ return m_jobStatus; } /** *The current status of the import job.
*/ inline bool JobStatusHasBeenSet() const { return m_jobStatusHasBeenSet; } /** *The current status of the import job.
*/ inline void SetJobStatus(const AssetBundleImportJobStatus& value) { m_jobStatusHasBeenSet = true; m_jobStatus = value; } /** *The current status of the import job.
*/ inline void SetJobStatus(AssetBundleImportJobStatus&& value) { m_jobStatusHasBeenSet = true; m_jobStatus = std::move(value); } /** *The current status of the import job.
*/ inline AssetBundleImportJobSummary& WithJobStatus(const AssetBundleImportJobStatus& value) { SetJobStatus(value); return *this;} /** *The current status of the import job.
*/ inline AssetBundleImportJobSummary& WithJobStatus(AssetBundleImportJobStatus&& value) { SetJobStatus(std::move(value)); return *this;} /** *The ARN of the import job.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The ARN of the import job.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The ARN of the import job.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The ARN of the import job.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The ARN of the import job.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The ARN of the import job.
*/ inline AssetBundleImportJobSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The ARN of the import job.
*/ inline AssetBundleImportJobSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The ARN of the import job.
*/ inline AssetBundleImportJobSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The time that the import job was created.
*/ inline const Aws::Utils::DateTime& GetCreatedTime() const{ return m_createdTime; } /** *The time that the import job was created.
*/ inline bool CreatedTimeHasBeenSet() const { return m_createdTimeHasBeenSet; } /** *The time that the import job was created.
*/ inline void SetCreatedTime(const Aws::Utils::DateTime& value) { m_createdTimeHasBeenSet = true; m_createdTime = value; } /** *The time that the import job was created.
*/ inline void SetCreatedTime(Aws::Utils::DateTime&& value) { m_createdTimeHasBeenSet = true; m_createdTime = std::move(value); } /** *The time that the import job was created.
*/ inline AssetBundleImportJobSummary& WithCreatedTime(const Aws::Utils::DateTime& value) { SetCreatedTime(value); return *this;} /** *The time that the import job was created.
*/ inline AssetBundleImportJobSummary& WithCreatedTime(Aws::Utils::DateTime&& value) { SetCreatedTime(std::move(value)); return *this;} /** *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.
*/ inline const Aws::String& GetAssetBundleImportJobId() const{ return m_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.
*/ inline bool AssetBundleImportJobIdHasBeenSet() const { return m_assetBundleImportJobIdHasBeenSet; } /** *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.
*/ inline void SetAssetBundleImportJobId(const Aws::String& value) { m_assetBundleImportJobIdHasBeenSet = true; m_assetBundleImportJobId = value; } /** *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.
*/ inline void SetAssetBundleImportJobId(Aws::String&& value) { m_assetBundleImportJobIdHasBeenSet = true; m_assetBundleImportJobId = std::move(value); } /** *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.
*/ inline void SetAssetBundleImportJobId(const char* value) { m_assetBundleImportJobIdHasBeenSet = true; m_assetBundleImportJobId.assign(value); } /** *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.
*/ inline AssetBundleImportJobSummary& WithAssetBundleImportJobId(const Aws::String& value) { SetAssetBundleImportJobId(value); return *this;} /** *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.
*/ inline AssetBundleImportJobSummary& WithAssetBundleImportJobId(Aws::String&& value) { SetAssetBundleImportJobId(std::move(value)); return *this;} /** *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.
*/ inline AssetBundleImportJobSummary& WithAssetBundleImportJobId(const char* value) { SetAssetBundleImportJobId(value); return *this;} /** *The failure action for the import job.
*/ inline const AssetBundleImportFailureAction& GetFailureAction() const{ return m_failureAction; } /** *The failure action for the import job.
*/ inline bool FailureActionHasBeenSet() const { return m_failureActionHasBeenSet; } /** *The failure action for the import job.
*/ inline void SetFailureAction(const AssetBundleImportFailureAction& value) { m_failureActionHasBeenSet = true; m_failureAction = value; } /** *The failure action for the import job.
*/ inline void SetFailureAction(AssetBundleImportFailureAction&& value) { m_failureActionHasBeenSet = true; m_failureAction = std::move(value); } /** *The failure action for the import job.
*/ inline AssetBundleImportJobSummary& WithFailureAction(const AssetBundleImportFailureAction& value) { SetFailureAction(value); return *this;} /** *The failure action for the import job.
*/ inline AssetBundleImportJobSummary& WithFailureAction(AssetBundleImportFailureAction&& value) { SetFailureAction(std::move(value)); return *this;} private: AssetBundleImportJobStatus m_jobStatus; bool m_jobStatusHasBeenSet = false; Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::Utils::DateTime m_createdTime; bool m_createdTimeHasBeenSet = false; Aws::String m_assetBundleImportJobId; bool m_assetBundleImportJobIdHasBeenSet = false; AssetBundleImportFailureAction m_failureAction; bool m_failureActionHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws