7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename DashboardIdT = Aws::String>
60 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
61 template<
typename DashboardIdT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename CreatedTimeT = Aws::Utils::DateTime>
84 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
85 template<
typename CreatedTimeT = Aws::Utils::DateTime>
95 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
96 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
97 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
117 template<
typename LastPublishedTimeT = Aws::Utils::DateTime>
118 void SetLastPublishedTime(LastPublishedTimeT&& value) { m_lastPublishedTimeHasBeenSet =
true; m_lastPublishedTime = std::forward<LastPublishedTimeT>(value); }
119 template<
typename LastPublishedTimeT = Aws::Utils::DateTime>
125 bool m_arnHasBeenSet =
false;
128 bool m_dashboardIdHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
134 bool m_createdTimeHasBeenSet =
false;
137 bool m_lastUpdatedTimeHasBeenSet =
false;
139 long long m_publishedVersionNumber{0};
140 bool m_publishedVersionNumberHasBeenSet =
false;
143 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