7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/model/Time.h>
10#include <aws/inspector2/model/Day.h>
48 template<
typename DaysT = Aws::Vector<Day>>
49 void SetDays(DaysT&& value) { m_daysHasBeenSet =
true; m_days = std::forward<DaysT>(value); }
50 template<
typename DaysT = Aws::Vector<Day>>
61 template<
typename StartTimeT = Time>
62 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
63 template<
typename StartTimeT = Time>
69 bool m_daysHasBeenSet =
false;
72 bool m_startTimeHasBeenSet =
false;
const Aws::Vector< Day > & GetDays() const
const Time & GetStartTime() const
AWS_INSPECTOR2_API WeeklySchedule()=default
bool StartTimeHasBeenSet() const
void SetDays(DaysT &&value)
WeeklySchedule & WithStartTime(StartTimeT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool DaysHasBeenSet() const
AWS_INSPECTOR2_API WeeklySchedule(Aws::Utils::Json::JsonView jsonValue)
WeeklySchedule & AddDays(Day value)
void SetStartTime(StartTimeT &&value)
WeeklySchedule & WithDays(DaysT &&value)
AWS_INSPECTOR2_API WeeklySchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue