7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/AssetBundleExportJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/quicksight/model/AssetBundleExportFormat.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); }
90 inline void SetAssetBundleExportJobId(
const char* value) { m_assetBundleExportJobIdHasBeenSet =
true; m_assetBundleExportJobId.assign(value); }
126 inline void SetIncludePermissions(
bool value) { m_includePermissionsHasBeenSet =
true; m_includePermissions = value; }
137 inline void SetIncludeTags(
bool value) { m_includeTagsHasBeenSet =
true; m_includeTags = value; }
143 bool m_jobStatusHasBeenSet =
false;
146 bool m_arnHasBeenSet =
false;
149 bool m_createdTimeHasBeenSet =
false;
152 bool m_assetBundleExportJobIdHasBeenSet =
false;
154 bool m_includeAllDependencies;
155 bool m_includeAllDependenciesHasBeenSet =
false;
158 bool m_exportFormatHasBeenSet =
false;
160 bool m_includePermissions;
161 bool m_includePermissionsHasBeenSet =
false;
164 bool m_includeTagsHasBeenSet =
false;
bool ExportFormatHasBeenSet() const
const AssetBundleExportFormat & GetExportFormat() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetIncludeTags() const
AWS_QUICKSIGHT_API AssetBundleExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAssetBundleExportJobId(const char *value)
void SetExportFormat(AssetBundleExportFormat &&value)
bool CreatedTimeHasBeenSet() const
bool JobStatusHasBeenSet() const
bool IncludeAllDependenciesHasBeenSet() const
void SetIncludeAllDependencies(bool value)
bool AssetBundleExportJobIdHasBeenSet() const
bool IncludePermissionsHasBeenSet() const
AssetBundleExportJobSummary & WithCreatedTime(Aws::Utils::DateTime &&value)
AssetBundleExportJobSummary & WithJobStatus(const AssetBundleExportJobStatus &value)
const Aws::String & GetAssetBundleExportJobId() const
AssetBundleExportJobSummary & WithExportFormat(const AssetBundleExportFormat &value)
AssetBundleExportJobSummary & WithIncludeAllDependencies(bool value)
void SetAssetBundleExportJobId(Aws::String &&value)
void SetExportFormat(const AssetBundleExportFormat &value)
const AssetBundleExportJobStatus & GetJobStatus() const
const Aws::String & GetArn() const
AssetBundleExportJobSummary & WithArn(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool IncludeTagsHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const char *value)
void SetArn(Aws::String &&value)
void SetIncludeTags(bool value)
bool GetIncludeAllDependencies() const
AssetBundleExportJobSummary & WithArn(const char *value)
void SetAssetBundleExportJobId(const Aws::String &value)
AssetBundleExportJobSummary & WithIncludeTags(bool value)
AWS_QUICKSIGHT_API AssetBundleExportJobSummary()
AssetBundleExportJobSummary & WithAssetBundleExportJobId(const Aws::String &value)
void SetArn(const Aws::String &value)
void SetIncludePermissions(bool value)
AssetBundleExportJobSummary & WithArn(Aws::String &&value)
AssetBundleExportJobSummary & WithCreatedTime(const Aws::Utils::DateTime &value)
AssetBundleExportJobSummary & WithAssetBundleExportJobId(const char *value)
AssetBundleExportJobSummary & WithExportFormat(AssetBundleExportFormat &&value)
AssetBundleExportJobSummary & WithJobStatus(AssetBundleExportJobStatus &&value)
AssetBundleExportJobSummary & WithAssetBundleExportJobId(Aws::String &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
void SetJobStatus(const AssetBundleExportJobStatus &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
void SetJobStatus(AssetBundleExportJobStatus &&value)
bool GetIncludePermissions() const
AssetBundleExportJobSummary & WithIncludePermissions(bool value)
bool ArnHasBeenSet() const
AssetBundleExportJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue