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>
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>
84 template<
typename AssetBundleExportJobIdT = Aws::String>
85 void SetAssetBundleExportJobId(AssetBundleExportJobIdT&& value) { m_assetBundleExportJobIdHasBeenSet =
true; m_assetBundleExportJobId = std::forward<AssetBundleExportJobIdT>(value); }
86 template<
typename AssetBundleExportJobIdT = Aws::String>
118 inline void SetIncludePermissions(
bool value) { m_includePermissionsHasBeenSet =
true; m_includePermissions = value; }
129 inline void SetIncludeTags(
bool value) { m_includeTagsHasBeenSet =
true; m_includeTags = value; }
135 bool m_jobStatusHasBeenSet =
false;
138 bool m_arnHasBeenSet =
false;
141 bool m_createdTimeHasBeenSet =
false;
144 bool m_assetBundleExportJobIdHasBeenSet =
false;
146 bool m_includeAllDependencies{
false};
147 bool m_includeAllDependenciesHasBeenSet =
false;
150 bool m_exportFormatHasBeenSet =
false;
152 bool m_includePermissions{
false};
153 bool m_includePermissionsHasBeenSet =
false;
155 bool m_includeTags{
false};
156 bool m_includeTagsHasBeenSet =
false;
bool ExportFormatHasBeenSet() const
AssetBundleExportJobSummary & WithAssetBundleExportJobId(AssetBundleExportJobIdT &&value)
AssetBundleExportFormat GetExportFormat() const
void SetExportFormat(AssetBundleExportFormat value)
AssetBundleExportJobSummary & WithCreatedTime(CreatedTimeT &&value)
AssetBundleExportJobSummary & WithJobStatus(AssetBundleExportJobStatus value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetIncludeTags() const
AWS_QUICKSIGHT_API AssetBundleExportJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
bool CreatedTimeHasBeenSet() const
bool JobStatusHasBeenSet() const
bool IncludeAllDependenciesHasBeenSet() const
void SetIncludeAllDependencies(bool value)
bool AssetBundleExportJobIdHasBeenSet() const
bool IncludePermissionsHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleExportJobSummary()=default
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetAssetBundleExportJobId() const
AssetBundleExportJobSummary & WithExportFormat(AssetBundleExportFormat value)
AssetBundleExportJobSummary & WithIncludeAllDependencies(bool value)
void SetJobStatus(AssetBundleExportJobStatus value)
AssetBundleExportJobSummary & WithArn(ArnT &&value)
AssetBundleExportJobStatus GetJobStatus() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool IncludeTagsHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleExportJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetIncludeTags(bool value)
bool GetIncludeAllDependencies() const
void SetAssetBundleExportJobId(AssetBundleExportJobIdT &&value)
AssetBundleExportJobSummary & WithIncludeTags(bool value)
void SetIncludePermissions(bool 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