7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/Timezone.h>
42 template <
typename ScheduleT = Aws::String>
44 m_scheduleHasBeenSet =
true;
45 m_schedule = std::forward<ScheduleT>(value);
47 template <
typename ScheduleT = Aws::String>
61 m_timezoneHasBeenSet =
true;
71 bool m_scheduleHasBeenSet =
false;
74 bool m_timezoneHasBeenSet =
false;
bool TimezoneHasBeenSet() const
AWS_DATAZONE_API ScheduleConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSchedule(ScheduleT &&value)
void SetTimezone(Timezone value)
const Aws::String & GetSchedule() const
Timezone GetTimezone() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ScheduleHasBeenSet() const
AWS_DATAZONE_API ScheduleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ScheduleConfiguration & WithTimezone(Timezone value)
AWS_DATAZONE_API ScheduleConfiguration()=default
ScheduleConfiguration & WithSchedule(ScheduleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue