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>
63 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
64 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
91 inline void SetAssetBundleImportJobId(
const char* value) { m_assetBundleImportJobIdHasBeenSet =
true; m_assetBundleImportJobId.assign(value); }
111 bool m_jobStatusHasBeenSet =
false;
114 bool m_arnHasBeenSet =
false;
117 bool m_createdTimeHasBeenSet =
false;
120 bool m_assetBundleImportJobIdHasBeenSet =
false;
123 bool m_failureActionHasBeenSet =
false;
const Aws::String & GetArn() const
AssetBundleImportJobSummary & WithJobStatus(AssetBundleImportJobStatus &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
bool ArnHasBeenSet() const
bool JobStatusHasBeenSet() const
void SetAssetBundleImportJobId(Aws::String &&value)
void SetAssetBundleImportJobId(const char *value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AssetBundleImportJobSummary & WithArn(const char *value)
bool FailureActionHasBeenSet() const
void SetArn(const char *value)
void SetAssetBundleImportJobId(const Aws::String &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
AssetBundleImportJobSummary & WithArn(Aws::String &&value)
void SetArn(Aws::String &&value)
AssetBundleImportJobSummary & WithFailureAction(AssetBundleImportFailureAction &&value)
AssetBundleImportJobSummary & WithAssetBundleImportJobId(const char *value)
void SetFailureAction(const AssetBundleImportFailureAction &value)
AssetBundleImportJobSummary & WithCreatedTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreatedTime() const
AssetBundleImportJobSummary & WithAssetBundleImportJobId(Aws::String &&value)
AssetBundleImportJobSummary & WithArn(const Aws::String &value)
bool AssetBundleImportJobIdHasBeenSet() const
const Aws::String & GetAssetBundleImportJobId() const
AssetBundleImportJobSummary & WithCreatedTime(Aws::Utils::DateTime &&value)
const AssetBundleImportFailureAction & GetFailureAction() const
AssetBundleImportJobSummary & WithAssetBundleImportJobId(const Aws::String &value)
bool CreatedTimeHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleImportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const Aws::String &value)
AWS_QUICKSIGHT_API AssetBundleImportJobSummary(Aws::Utils::Json::JsonView jsonValue)
const AssetBundleImportJobStatus & GetJobStatus() const
void SetJobStatus(const AssetBundleImportJobStatus &value)
void SetFailureAction(AssetBundleImportFailureAction &&value)
void SetJobStatus(AssetBundleImportJobStatus &&value)
AssetBundleImportJobSummary & WithJobStatus(const AssetBundleImportJobStatus &value)
AssetBundleImportJobSummary & WithFailureAction(const AssetBundleImportFailureAction &value)
AWS_QUICKSIGHT_API AssetBundleImportJobSummary()
AssetBundleImportJobStatus
AssetBundleImportFailureAction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue