7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DayOfTheWeek.h>
11#include <aws/quicksight/model/QBusinessInsightsStatus.h>
12#include <aws/quicksight/model/VisualCustomActionDefaults.h>
44 template <
typename TimezoneT = Aws::String>
46 m_timezoneHasBeenSet =
true;
47 m_timezone = std::forward<TimezoneT>(value);
49 template <
typename TimezoneT = Aws::String>
63 m_weekStartHasBeenSet =
true;
80 m_qBusinessInsightsStatusHasBeenSet =
true;
81 m_qBusinessInsightsStatus = value;
95 template <
typename ExcludedDataSetArnsT = Aws::Vector<Aws::String>>
97 m_excludedDataSetArnsHasBeenSet =
true;
98 m_excludedDataSetArns = std::forward<ExcludedDataSetArnsT>(value);
100 template <
typename ExcludedDataSetArnsT = Aws::Vector<Aws::String>>
105 template <
typename ExcludedDataSetArnsT = Aws::String>
107 m_excludedDataSetArnsHasBeenSet =
true;
108 m_excludedDataSetArns.emplace_back(std::forward<ExcludedDataSetArnsT>(value));
119 template <
typename CustomActionDefaultsT = VisualCustomActionDefaults>
121 m_customActionDefaultsHasBeenSet =
true;
122 m_customActionDefaults = std::forward<CustomActionDefaultsT>(value);
124 template <
typename CustomActionDefaultsT = VisualCustomActionDefaults>
139 VisualCustomActionDefaults m_customActionDefaults;
140 bool m_timezoneHasBeenSet =
false;
141 bool m_weekStartHasBeenSet =
false;
142 bool m_qBusinessInsightsStatusHasBeenSet =
false;
143 bool m_excludedDataSetArnsHasBeenSet =
false;
144 bool m_customActionDefaultsHasBeenSet =
false;
AWS_QUICKSIGHT_API AssetOptions(Aws::Utils::Json::JsonView jsonValue)
bool CustomActionDefaultsHasBeenSet() const
AWS_QUICKSIGHT_API AssetOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimezone(TimezoneT &&value)
AssetOptions & WithTimezone(TimezoneT &&value)
AssetOptions & WithCustomActionDefaults(CustomActionDefaultsT &&value)
bool WeekStartHasBeenSet() const
AssetOptions & WithExcludedDataSetArns(ExcludedDataSetArnsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
QBusinessInsightsStatus GetQBusinessInsightsStatus() const
AssetOptions & WithWeekStart(DayOfTheWeek value)
const Aws::String & GetTimezone() const
bool QBusinessInsightsStatusHasBeenSet() const
AssetOptions & AddExcludedDataSetArns(ExcludedDataSetArnsT &&value)
DayOfTheWeek GetWeekStart() const
void SetCustomActionDefaults(CustomActionDefaultsT &&value)
void SetWeekStart(DayOfTheWeek value)
const VisualCustomActionDefaults & GetCustomActionDefaults() const
AWS_QUICKSIGHT_API AssetOptions()=default
void SetQBusinessInsightsStatus(QBusinessInsightsStatus value)
const Aws::Vector< Aws::String > & GetExcludedDataSetArns() const
bool TimezoneHasBeenSet() const
bool ExcludedDataSetArnsHasBeenSet() const
AssetOptions & WithQBusinessInsightsStatus(QBusinessInsightsStatus value)
void SetExcludedDataSetArns(ExcludedDataSetArnsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue