7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/AssetBundleImportJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/quicksight/model/AssetBundleImportFailureAction.h>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
72 template<
typename CreatedTimeT = Aws::Utils::DateTime>
73 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
74 template<
typename CreatedTimeT = Aws::Utils::DateTime>
85 template<
typename AssetBundleImportJobIdT = Aws::String>
86 void SetAssetBundleImportJobId(AssetBundleImportJobIdT&& value) { m_assetBundleImportJobIdHasBeenSet =
true; m_assetBundleImportJobId = std::forward<AssetBundleImportJobIdT>(value); }
87 template<
typename AssetBundleImportJobIdT = Aws::String>
103 bool m_jobStatusHasBeenSet =
false;
106 bool m_arnHasBeenSet =
false;
109 bool m_createdTimeHasBeenSet =
false;
112 bool m_assetBundleImportJobIdHasBeenSet =
false;
115 bool m_failureActionHasBeenSet =
false;
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
AssetBundleImportJobSummary & WithCreatedTime(CreatedTimeT &&value)
void SetAssetBundleImportJobId(AssetBundleImportJobIdT &&value)
bool JobStatusHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool FailureActionHasBeenSet() const
AssetBundleImportFailureAction GetFailureAction() const
void SetArn(ArnT &&value)
AssetBundleImportJobSummary & WithJobStatus(AssetBundleImportJobStatus value)
AssetBundleImportJobSummary & WithAssetBundleImportJobId(AssetBundleImportJobIdT &&value)
AssetBundleImportJobSummary & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API AssetBundleImportJobSummary()=default
const Aws::Utils::DateTime & GetCreatedTime() const
bool AssetBundleImportJobIdHasBeenSet() const
const Aws::String & GetAssetBundleImportJobId() const
void SetJobStatus(AssetBundleImportJobStatus value)
bool CreatedTimeHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleImportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(CreatedTimeT &&value)
AWS_QUICKSIGHT_API AssetBundleImportJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetFailureAction(AssetBundleImportFailureAction value)
AssetBundleImportJobSummary & WithFailureAction(AssetBundleImportFailureAction value)
AssetBundleImportJobStatus GetJobStatus() const
AssetBundleImportJobStatus
AssetBundleImportFailureAction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue