7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/Timezone.h>
43 template <
typename LineageJobIdT = Aws::String>
45 m_lineageJobIdHasBeenSet =
true;
46 m_lineageJobId = std::forward<LineageJobIdT>(value);
48 template <
typename LineageJobIdT = Aws::String>
62 m_timezoneHasBeenSet =
true;
78 m_enabledHasBeenSet =
true;
93 template <
typename ScheduleT = Aws::String>
95 m_scheduleHasBeenSet =
true;
96 m_schedule = std::forward<ScheduleT>(value);
98 template <
typename ScheduleT = Aws::String>
109 bool m_enabled{
false};
112 bool m_lineageJobIdHasBeenSet =
false;
113 bool m_timezoneHasBeenSet =
false;
114 bool m_enabledHasBeenSet =
false;
115 bool m_scheduleHasBeenSet =
false;
LineageSyncOutput & WithEnabled(bool value)
bool EnabledHasBeenSet() const
void SetEnabled(bool value)
LineageSyncOutput & WithSchedule(ScheduleT &&value)
AWS_DATAZONE_API LineageSyncOutput(Aws::Utils::Json::JsonView jsonValue)
Timezone GetTimezone() const
bool ScheduleHasBeenSet() const
AWS_DATAZONE_API LineageSyncOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLineageJobId() const
void SetTimezone(Timezone value)
void SetLineageJobId(LineageJobIdT &&value)
const Aws::String & GetSchedule() const
void SetSchedule(ScheduleT &&value)
bool TimezoneHasBeenSet() const
bool LineageJobIdHasBeenSet() const
LineageSyncOutput & WithTimezone(Timezone value)
AWS_DATAZONE_API LineageSyncOutput()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
LineageSyncOutput & WithLineageJobId(LineageJobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue