7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/Timezone.h>
50 inline void SetSchedule(
const char* value) { m_scheduleHasBeenSet =
true; m_schedule.assign(value); }
63 inline void SetTimezone(
Timezone&& value) { m_timezoneHasBeenSet =
true; m_timezone = std::move(value); }
70 bool m_scheduleHasBeenSet =
false;
73 bool m_timezoneHasBeenSet =
false;
void SetSchedule(const Aws::String &value)
bool TimezoneHasBeenSet() const
AWS_DATAZONE_API ScheduleConfiguration(Aws::Utils::Json::JsonView jsonValue)
ScheduleConfiguration & WithTimezone(const Timezone &value)
ScheduleConfiguration & WithSchedule(Aws::String &&value)
void SetTimezone(const Timezone &value)
void SetTimezone(Timezone &&value)
const Aws::String & GetSchedule() const
ScheduleConfiguration & WithSchedule(const Aws::String &value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
ScheduleConfiguration & WithTimezone(Timezone &&value)
ScheduleConfiguration & WithSchedule(const char *value)
bool ScheduleHasBeenSet() const
void SetSchedule(Aws::String &&value)
AWS_DATAZONE_API ScheduleConfiguration()
AWS_DATAZONE_API ScheduleConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSchedule(const char *value)
const Timezone & GetTimezone() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue