7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ScheduleT = Aws::String>
47 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
48 template<
typename ScheduleT = Aws::String>
54 bool m_scheduleHasBeenSet =
false;
AWS_DATAZONE_API LineageSyncSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSchedule(ScheduleT &&value)
AWS_DATAZONE_API LineageSyncSchedule(Aws::Utils::Json::JsonView jsonValue)
bool ScheduleHasBeenSet() const
AWS_DATAZONE_API LineageSyncSchedule()=default
LineageSyncSchedule & WithSchedule(ScheduleT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSchedule() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue