7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/JobScheduleDayOfTheWeek.h>
20namespace CustomerProfiles {
43 m_dayOfTheWeekHasBeenSet =
true;
44 m_dayOfTheWeek = value;
58 template <
typename TimeT = Aws::String>
60 m_timeHasBeenSet =
true;
61 m_time = std::forward<TimeT>(value);
63 template <
typename TimeT = Aws::String>
65 SetTime(std::forward<TimeT>(value));
73 bool m_dayOfTheWeekHasBeenSet =
false;
74 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