7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DashboardVersion.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename DashboardIdT = Aws::String>
50 void SetDashboardId(DashboardIdT&& value) { m_dashboardIdHasBeenSet =
true; m_dashboardId = std::forward<DashboardIdT>(value); }
51 template<
typename DashboardIdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
85 template<
typename VersionT = DashboardVersion>
86 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
87 template<
typename VersionT = DashboardVersion>
97 template<
typename CreatedTimeT = Aws::Utils::DateTime>
98 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
99 template<
typename CreatedTimeT = Aws::Utils::DateTime>
109 template<
typename LastPublishedTimeT = Aws::Utils::DateTime>
110 void SetLastPublishedTime(LastPublishedTimeT&& value) { m_lastPublishedTimeHasBeenSet =
true; m_lastPublishedTime = std::forward<LastPublishedTimeT>(value); }
111 template<
typename LastPublishedTimeT = Aws::Utils::DateTime>
121 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
122 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
123 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
134 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
135 void SetLinkEntities(LinkEntitiesT&& value) { m_linkEntitiesHasBeenSet =
true; m_linkEntities = std::forward<LinkEntitiesT>(value); }
136 template<
typename LinkEntitiesT = Aws::Vector<Aws::String>>
138 template<
typename LinkEntitiesT = Aws::String>
139 Dashboard&
AddLinkEntities(LinkEntitiesT&& value) { m_linkEntitiesHasBeenSet =
true; m_linkEntities.emplace_back(std::forward<LinkEntitiesT>(value));
return *
this; }
144 bool m_dashboardIdHasBeenSet =
false;
147 bool m_arnHasBeenSet =
false;
150 bool m_nameHasBeenSet =
false;
153 bool m_versionHasBeenSet =
false;
156 bool m_createdTimeHasBeenSet =
false;
159 bool m_lastPublishedTimeHasBeenSet =
false;
162 bool m_lastUpdatedTimeHasBeenSet =
false;
165 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