7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DayOfTheWeek.h>
10#include <aws/quicksight/model/QBusinessInsightsStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/quicksight/model/VisualCustomActionDefaults.h>
50 template<
typename TimezoneT = Aws::String>
51 void SetTimezone(TimezoneT&& value) { m_timezoneHasBeenSet =
true; m_timezone = std::forward<TimezoneT>(value); }
52 template<
typename TimezoneT = Aws::String>
83 template<
typename ExcludedDataSetArnsT = Aws::Vector<Aws::String>>
84 void SetExcludedDataSetArns(ExcludedDataSetArnsT&& value) { m_excludedDataSetArnsHasBeenSet =
true; m_excludedDataSetArns = std::forward<ExcludedDataSetArnsT>(value); }
85 template<
typename ExcludedDataSetArnsT = Aws::Vector<Aws::String>>
87 template<
typename ExcludedDataSetArnsT = Aws::String>
88 AssetOptions&
AddExcludedDataSetArns(ExcludedDataSetArnsT&& value) { m_excludedDataSetArnsHasBeenSet =
true; m_excludedDataSetArns.emplace_back(std::forward<ExcludedDataSetArnsT>(value));
return *
this; }
97 template<
typename CustomActionDefaultsT = VisualCustomActionDefaults>
98 void SetCustomActionDefaults(CustomActionDefaultsT&& value) { m_customActionDefaultsHasBeenSet =
true; m_customActionDefaults = std::forward<CustomActionDefaultsT>(value); }
99 template<
typename CustomActionDefaultsT = VisualCustomActionDefaults>
105 bool m_timezoneHasBeenSet =
false;
108 bool m_weekStartHasBeenSet =
false;
111 bool m_qBusinessInsightsStatusHasBeenSet =
false;
114 bool m_excludedDataSetArnsHasBeenSet =
false;
116 VisualCustomActionDefaults m_customActionDefaults;
117 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