7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/StatePersistenceConfigurations.h>
9#include <aws/quicksight/model/SharedViewConfigurations.h>
10#include <aws/quicksight/model/BookmarksConfigurations.h>
11#include <aws/quicksight/model/AmazonQInQuickSightDashboardConfigurations.h>
12#include <aws/quicksight/model/SchedulesConfigurations.h>
13#include <aws/quicksight/model/RecentSnapshotsConfigurations.h>
14#include <aws/quicksight/model/ThresholdAlertsConfigurations.h>
53 template<
typename StatePersistenceT = StatePersistenceConfigurations>
54 void SetStatePersistence(StatePersistenceT&& value) { m_statePersistenceHasBeenSet =
true; m_statePersistence = std::forward<StatePersistenceT>(value); }
55 template<
typename StatePersistenceT = StatePersistenceConfigurations>
65 template<
typename SharedViewT = SharedViewConfigurations>
66 void SetSharedView(SharedViewT&& value) { m_sharedViewHasBeenSet =
true; m_sharedView = std::forward<SharedViewT>(value); }
67 template<
typename SharedViewT = SharedViewConfigurations>
78 template<
typename BookmarksT = BookmarksConfigurations>
79 void SetBookmarks(BookmarksT&& value) { m_bookmarksHasBeenSet =
true; m_bookmarks = std::forward<BookmarksT>(value); }
80 template<
typename BookmarksT = BookmarksConfigurations>
90 template<
typename AmazonQInQuickSightT = AmazonQInQuickSightDashboardConfigurations>
91 void SetAmazonQInQuickSight(AmazonQInQuickSightT&& value) { m_amazonQInQuickSightHasBeenSet =
true; m_amazonQInQuickSight = std::forward<AmazonQInQuickSightT>(value); }
92 template<
typename AmazonQInQuickSightT = AmazonQInQuickSightDashboardConfigurations>
102 template<
typename SchedulesT = SchedulesConfigurations>
103 void SetSchedules(SchedulesT&& value) { m_schedulesHasBeenSet =
true; m_schedules = std::forward<SchedulesT>(value); }
104 template<
typename SchedulesT = SchedulesConfigurations>
115 template<
typename RecentSnapshotsT = RecentSnapshotsConfigurations>
116 void SetRecentSnapshots(RecentSnapshotsT&& value) { m_recentSnapshotsHasBeenSet =
true; m_recentSnapshots = std::forward<RecentSnapshotsT>(value); }
117 template<
typename RecentSnapshotsT = RecentSnapshotsConfigurations>
128 template<
typename ThresholdAlertsT = ThresholdAlertsConfigurations>
129 void SetThresholdAlerts(ThresholdAlertsT&& value) { m_thresholdAlertsHasBeenSet =
true; m_thresholdAlerts = std::forward<ThresholdAlertsT>(value); }
130 template<
typename ThresholdAlertsT = ThresholdAlertsConfigurations>
136 bool m_statePersistenceHasBeenSet =
false;
139 bool m_sharedViewHasBeenSet =
false;
142 bool m_bookmarksHasBeenSet =
false;
145 bool m_amazonQInQuickSightHasBeenSet =
false;
148 bool m_schedulesHasBeenSet =
false;
151 bool m_recentSnapshotsHasBeenSet =
false;
154 bool m_thresholdAlertsHasBeenSet =
false;
const SchedulesConfigurations & GetSchedules() const
void SetBookmarks(BookmarksT &&value)
void SetSharedView(SharedViewT &&value)
bool SharedViewHasBeenSet() const
AWS_QUICKSIGHT_API RegisteredUserDashboardFeatureConfigurations()=default
const RecentSnapshotsConfigurations & GetRecentSnapshots() const
void SetSchedules(SchedulesT &&value)
RegisteredUserDashboardFeatureConfigurations & WithSharedView(SharedViewT &&value)
bool AmazonQInQuickSightHasBeenSet() const
RegisteredUserDashboardFeatureConfigurations & WithThresholdAlerts(ThresholdAlertsT &&value)
RegisteredUserDashboardFeatureConfigurations & WithRecentSnapshots(RecentSnapshotsT &&value)
AWS_QUICKSIGHT_API RegisteredUserDashboardFeatureConfigurations & operator=(Aws::Utils::Json::JsonView jsonValue)
const SharedViewConfigurations & GetSharedView() const
const StatePersistenceConfigurations & GetStatePersistence() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool BookmarksHasBeenSet() const
const BookmarksConfigurations & GetBookmarks() const
RegisteredUserDashboardFeatureConfigurations & WithAmazonQInQuickSight(AmazonQInQuickSightT &&value)
void SetRecentSnapshots(RecentSnapshotsT &&value)
AWS_QUICKSIGHT_API RegisteredUserDashboardFeatureConfigurations(Aws::Utils::Json::JsonView jsonValue)
bool RecentSnapshotsHasBeenSet() const
void SetAmazonQInQuickSight(AmazonQInQuickSightT &&value)
bool ThresholdAlertsHasBeenSet() const
const AmazonQInQuickSightDashboardConfigurations & GetAmazonQInQuickSight() const
bool StatePersistenceHasBeenSet() const
const ThresholdAlertsConfigurations & GetThresholdAlerts() const
bool SchedulesHasBeenSet() const
RegisteredUserDashboardFeatureConfigurations & WithBookmarks(BookmarksT &&value)
void SetThresholdAlerts(ThresholdAlertsT &&value)
RegisteredUserDashboardFeatureConfigurations & WithSchedules(SchedulesT &&value)
void SetStatePersistence(StatePersistenceT &&value)
RegisteredUserDashboardFeatureConfigurations & WithStatePersistence(StatePersistenceT &&value)
Aws::Utils::Json::JsonValue JsonValue