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
58 template<
typename TimeT = Aws::String>
59 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
60 template<
typename TimeT = Aws::String>
66 bool m_dayOfTheWeekHasBeenSet =
false;
69 bool m_timeHasBeenSet =
false;
JobSchedule & WithTime(TimeT &&value)
void SetDayOfTheWeek(JobScheduleDayOfTheWeek value)
bool DayOfTheWeekHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTime() const
AWS_CUSTOMERPROFILES_API JobSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API JobSchedule()=default
JobSchedule & WithDayOfTheWeek(JobScheduleDayOfTheWeek value)
JobScheduleDayOfTheWeek GetDayOfTheWeek() const
void SetTime(TimeT &&value)
bool TimeHasBeenSet() const
AWS_CUSTOMERPROFILES_API JobSchedule(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue