7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DayOfWeek.h>
43 m_dayOfWeekHasBeenSet =
true;
58 template <
typename DayOfMonthT = Aws::String>
60 m_dayOfMonthHasBeenSet =
true;
61 m_dayOfMonth = std::forward<DayOfMonthT>(value);
63 template <
typename DayOfMonthT = Aws::String>
73 bool m_dayOfWeekHasBeenSet =
false;
74 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