7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename DashboardIdT = Aws::String>
61 m_dashboardIdHasBeenSet =
true;
62 m_dashboardId = std::forward<DashboardIdT>(value);
64 template <
typename DashboardIdT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 template <
typename CreatedTimeT = Aws::Utils::DateTime>
97 m_createdTimeHasBeenSet =
true;
98 m_createdTime = std::forward<CreatedTimeT>(value);
100 template <
typename CreatedTimeT = Aws::Utils::DateTime>
113 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
115 m_lastUpdatedTimeHasBeenSet =
true;
116 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
118 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
132 m_publishedVersionNumberHasBeenSet =
true;
133 m_publishedVersionNumber = value;
147 template <
typename LastPublishedTimeT = Aws::Utils::DateTime>
149 m_lastPublishedTimeHasBeenSet =
true;
150 m_lastPublishedTime = std::forward<LastPublishedTimeT>(value);
152 template <
typename LastPublishedTimeT = Aws::Utils::DateTime>
169 long long m_publishedVersionNumber{0};
172 bool m_arnHasBeenSet =
false;
173 bool m_dashboardIdHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
175 bool m_createdTimeHasBeenSet =
false;
176 bool m_lastUpdatedTimeHasBeenSet =
false;
177 bool m_publishedVersionNumberHasBeenSet =
false;
178 bool m_lastPublishedTimeHasBeenSet =
false;
bool DashboardIdHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
bool LastPublishedTimeHasBeenSet() const
const Aws::String & GetName() const
bool PublishedVersionNumberHasBeenSet() const
DashboardSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
long long GetPublishedVersionNumber() const
DashboardSummary & WithCreatedTime(CreatedTimeT &&value)
void SetDashboardId(DashboardIdT &&value)
DashboardSummary & WithDashboardId(DashboardIdT &&value)
DashboardSummary & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetCreatedTime(CreatedTimeT &&value)
void SetArn(ArnT &&value)
AWS_QUICKSIGHT_API DashboardSummary(Aws::Utils::Json::JsonView jsonValue)
DashboardSummary & WithPublishedVersionNumber(long long value)
DashboardSummary & WithArn(ArnT &&value)
void SetLastPublishedTime(LastPublishedTimeT &&value)
AWS_QUICKSIGHT_API DashboardSummary()=default
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool CreatedTimeHasBeenSet() const
void SetPublishedVersionNumber(long long value)
bool ArnHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
DashboardSummary & WithLastPublishedTime(LastPublishedTimeT &&value)
const Aws::Utils::DateTime & GetLastPublishedTime() const
const Aws::String & GetArn() const
AWS_QUICKSIGHT_API DashboardSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDashboardId() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue