7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DayOfWeek.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename DayOfMonthT = Aws::String>
59 void SetDayOfMonth(DayOfMonthT&& value) { m_dayOfMonthHasBeenSet =
true; m_dayOfMonth = std::forward<DayOfMonthT>(value); }
60 template<
typename DayOfMonthT = Aws::String>
66 bool m_dayOfWeekHasBeenSet =
false;
69 bool m_dayOfMonthHasBeenSet =
false;
bool DayOfMonthHasBeenSet() const
DayOfWeek GetDayOfWeek() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ScheduleRefreshOnEntity(Aws::Utils::Json::JsonView jsonValue)
bool DayOfWeekHasBeenSet() const
AWS_QUICKSIGHT_API ScheduleRefreshOnEntity()=default
void SetDayOfMonth(DayOfMonthT &&value)
AWS_QUICKSIGHT_API ScheduleRefreshOnEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
ScheduleRefreshOnEntity & WithDayOfMonth(DayOfMonthT &&value)
void SetDayOfWeek(DayOfWeek value)
ScheduleRefreshOnEntity & WithDayOfWeek(DayOfWeek value)
const Aws::String & GetDayOfMonth() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue