7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ResourceStatus.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename CreatedTimeT = Aws::Utils::DateTime>
62 m_createdTimeHasBeenSet =
true;
63 m_createdTime = std::forward<CreatedTimeT>(value);
65 template <
typename CreatedTimeT = Aws::Utils::DateTime>
79 m_versionNumberHasBeenSet =
true;
80 m_versionNumber = value;
95 m_statusHasBeenSet =
true;
110 template <
typename SourceEntityArnT = Aws::String>
112 m_sourceEntityArnHasBeenSet =
true;
113 m_sourceEntityArn = std::forward<SourceEntityArnT>(value);
115 template <
typename SourceEntityArnT = Aws::String>
128 template <
typename DescriptionT = Aws::String>
130 m_descriptionHasBeenSet =
true;
131 m_description = std::forward<DescriptionT>(value);
133 template <
typename DescriptionT = Aws::String>
144 long long m_versionNumber{0};
151 bool m_arnHasBeenSet =
false;
152 bool m_createdTimeHasBeenSet =
false;
153 bool m_versionNumberHasBeenSet =
false;
154 bool m_statusHasBeenSet =
false;
155 bool m_sourceEntityArnHasBeenSet =
false;
156 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