7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/Timezone.h>
48 template<
typename ScheduleT = Aws::String>
49 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
50 template<
typename ScheduleT = Aws::String>
66 bool m_scheduleHasBeenSet =
false;
69 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