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>
62 inline void SetStartTime(
const Time& value) { m_startTimeHasBeenSet =
true; m_startTime = value; }
63 inline void SetStartTime(
Time&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::move(value); }
70 bool m_daysHasBeenSet =
false;
73 bool m_startTimeHasBeenSet =
false;
AWS_INSPECTOR2_API WeeklySchedule()
const Aws::Vector< Day > & GetDays() const
WeeklySchedule & WithDays(const Aws::Vector< Day > &value)
const Time & GetStartTime() const
void SetDays(const Aws::Vector< Day > &value)
bool StartTimeHasBeenSet() const
void SetStartTime(Time &&value)
WeeklySchedule & AddDays(Day &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
WeeklySchedule & AddDays(const Day &value)
void SetStartTime(const Time &value)
bool DaysHasBeenSet() const
AWS_INSPECTOR2_API WeeklySchedule(Aws::Utils::Json::JsonView jsonValue)
WeeklySchedule & WithDays(Aws::Vector< Day > &&value)
AWS_INSPECTOR2_API WeeklySchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
WeeklySchedule & WithStartTime(Time &&value)
void SetDays(Aws::Vector< Day > &&value)
WeeklySchedule & WithStartTime(const Time &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue