7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/JobScheduleDayOfTheWeek.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CustomerProfiles
62 inline void SetTime(
const char* value) { m_timeHasBeenSet =
true; m_time.assign(value); }
70 bool m_dayOfTheWeekHasBeenSet =
false;
73 bool m_timeHasBeenSet =
false;
bool DayOfTheWeekHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTime() const
void SetTime(const char *value)
AWS_CUSTOMERPROFILES_API JobSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDayOfTheWeek(JobScheduleDayOfTheWeek &&value)
void SetTime(Aws::String &&value)
void SetDayOfTheWeek(const JobScheduleDayOfTheWeek &value)
AWS_CUSTOMERPROFILES_API JobSchedule()
JobSchedule & WithTime(const Aws::String &value)
bool TimeHasBeenSet() const
AWS_CUSTOMERPROFILES_API JobSchedule(Aws::Utils::Json::JsonView jsonValue)
JobSchedule & WithDayOfTheWeek(const JobScheduleDayOfTheWeek &value)
JobSchedule & WithTime(const char *value)
void SetTime(const Aws::String &value)
JobSchedule & WithDayOfTheWeek(JobScheduleDayOfTheWeek &&value)
JobSchedule & WithTime(Aws::String &&value)
const JobScheduleDayOfTheWeek & GetDayOfTheWeek() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue