7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/QuickSight_EXPORTS.h>
11#include <aws/quicksight/model/DashboardVersion.h>
43 template <
typename DashboardIdT = Aws::String>
45 m_dashboardIdHasBeenSet =
true;
46 m_dashboardId = std::forward<DashboardIdT>(value);
48 template <
typename DashboardIdT = Aws::String>
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename VersionT = DashboardVersion>
99 m_versionHasBeenSet =
true;
100 m_version = std::forward<VersionT>(value);
102 template <
typename VersionT = DashboardVersion>
115 template <
typename CreatedTimeT = Aws::Utils::DateTime>
117 m_createdTimeHasBeenSet =
true;
118 m_createdTime = std::forward<CreatedTimeT>(value);
120 template <
typename CreatedTimeT = Aws::Utils::DateTime>
133 template <
typename LastPublishedTimeT = Aws::Utils::DateTime>
135 m_lastPublishedTimeHasBeenSet =
true;
136 m_lastPublishedTime = std::forward<LastPublishedTimeT>(value);
138 template <
typename LastPublishedTimeT = Aws::Utils::DateTime>
151 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
153 m_lastUpdatedTimeHasBeenSet =
true;
154 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
156 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
170 template <
typename LinkEntitiesT = Aws::Vector<Aws::String>>
172 m_linkEntitiesHasBeenSet =
true;
173 m_linkEntities = std::forward<LinkEntitiesT>(value);
175 template <
typename LinkEntitiesT = Aws::Vector<Aws::String>>
180 template <
typename LinkEntitiesT = Aws::String>
182 m_linkEntitiesHasBeenSet =
true;
183 m_linkEntities.emplace_back(std::forward<LinkEntitiesT>(value));
203 bool m_dashboardIdHasBeenSet =
false;
204 bool m_arnHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
206 bool m_versionHasBeenSet =
false;
207 bool m_createdTimeHasBeenSet =
false;
208 bool m_lastPublishedTimeHasBeenSet =
false;
209 bool m_lastUpdatedTimeHasBeenSet =
false;
210 bool m_linkEntitiesHasBeenSet =
false;
AWS_QUICKSIGHT_API Dashboard(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
const Aws::String & GetDashboardId() const
Dashboard & WithDashboardId(DashboardIdT &&value)
Dashboard & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool CreatedTimeHasBeenSet() const
Dashboard & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastPublishedTime() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool DashboardIdHasBeenSet() const
Dashboard & WithCreatedTime(CreatedTimeT &&value)
void SetDashboardId(DashboardIdT &&value)
Dashboard & WithLinkEntities(LinkEntitiesT &&value)
const Aws::String & GetName() const
void SetVersion(VersionT &&value)
bool LinkEntitiesHasBeenSet() const
AWS_QUICKSIGHT_API Dashboard & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool NameHasBeenSet() const
Dashboard & AddLinkEntities(LinkEntitiesT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
Dashboard & WithVersion(VersionT &&value)
Dashboard & WithLastPublishedTime(LastPublishedTimeT &&value)
AWS_QUICKSIGHT_API Dashboard()=default
const DashboardVersion & GetVersion() const
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
Dashboard & WithArn(ArnT &&value)
const Aws::Vector< Aws::String > & GetLinkEntities() const
void SetLinkEntities(LinkEntitiesT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetArn() const
void SetLastPublishedTime(LastPublishedTimeT &&value)
bool LastPublishedTimeHasBeenSet() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
bool LastUpdatedTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue