7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/LineageSyncSchedule.h>
48 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
58 template<
typename LineageJobIdT = Aws::String>
59 void SetLineageJobId(LineageJobIdT&& value) { m_lineageJobIdHasBeenSet =
true; m_lineageJobId = std::forward<LineageJobIdT>(value); }
60 template<
typename LineageJobIdT = Aws::String>
70 template<
typename ScheduleT = LineageSyncSchedule>
71 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
72 template<
typename ScheduleT = LineageSyncSchedule>
77 bool m_enabled{
false};
78 bool m_enabledHasBeenSet =
false;
81 bool m_lineageJobIdHasBeenSet =
false;
83 LineageSyncSchedule m_schedule;
84 bool m_scheduleHasBeenSet =
false;
RedshiftLineageSyncConfigurationOutput & WithSchedule(ScheduleT &&value)
void SetLineageJobId(LineageJobIdT &&value)
void SetSchedule(ScheduleT &&value)
const Aws::String & GetLineageJobId() const
RedshiftLineageSyncConfigurationOutput & WithEnabled(bool value)
AWS_DATAZONE_API RedshiftLineageSyncConfigurationOutput()=default
AWS_DATAZONE_API RedshiftLineageSyncConfigurationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API RedshiftLineageSyncConfigurationOutput(Aws::Utils::Json::JsonView jsonValue)
RedshiftLineageSyncConfigurationOutput & WithLineageJobId(LineageJobIdT &&value)
bool EnabledHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const LineageSyncSchedule & GetSchedule() const
bool LineageJobIdHasBeenSet() const
bool ScheduleHasBeenSet() const
void SetEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue