7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/quicksight/model/ResourceStatus.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedTimeT = Aws::Utils::DateTime>
61 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
62 template<
typename CreatedTimeT = Aws::Utils::DateTime>
72 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
92 template<
typename SourceEntityArnT = Aws::String>
93 void SetSourceEntityArn(SourceEntityArnT&& value) { m_sourceEntityArnHasBeenSet =
true; m_sourceEntityArn = std::forward<SourceEntityArnT>(value); }
94 template<
typename SourceEntityArnT = Aws::String>
104 template<
typename DescriptionT = Aws::String>
105 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
106 template<
typename DescriptionT = Aws::String>
112 bool m_arnHasBeenSet =
false;
115 bool m_createdTimeHasBeenSet =
false;
117 long long m_versionNumber{0};
118 bool m_versionNumberHasBeenSet =
false;
121 bool m_statusHasBeenSet =
false;
124 bool m_sourceEntityArnHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
AWS_QUICKSIGHT_API DashboardVersionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetSourceEntityArn(SourceEntityArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DashboardVersionSummary & WithSourceEntityArn(SourceEntityArnT &&value)
const Aws::String & GetSourceEntityArn() const
DashboardVersionSummary & WithVersionNumber(long long value)
void SetVersionNumber(long long value)
DashboardVersionSummary & WithArn(ArnT &&value)
bool CreatedTimeHasBeenSet() const
const Aws::String & GetDescription() const
bool ArnHasBeenSet() const
bool StatusHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetArn() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
DashboardVersionSummary & WithDescription(DescriptionT &&value)
ResourceStatus GetStatus() const
DashboardVersionSummary & WithCreatedTime(CreatedTimeT &&value)
bool VersionNumberHasBeenSet() const
bool SourceEntityArnHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
DashboardVersionSummary & WithStatus(ResourceStatus value)
void SetStatus(ResourceStatus value)
AWS_QUICKSIGHT_API DashboardVersionSummary()=default
AWS_QUICKSIGHT_API DashboardVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetVersionNumber() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue