7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/LineageSyncSchedule.h>
41 template <
typename LineageJobIdT = Aws::String>
43 m_lineageJobIdHasBeenSet =
true;
44 m_lineageJobId = std::forward<LineageJobIdT>(value);
46 template <
typename LineageJobIdT = Aws::String>
61 m_enabledHasBeenSet =
true;
76 template <
typename ScheduleT = LineageSyncSchedule>
78 m_scheduleHasBeenSet =
true;
79 m_schedule = std::forward<ScheduleT>(value);
81 template <
typename ScheduleT = LineageSyncSchedule>
90 bool m_enabled{
false};
92 LineageSyncSchedule m_schedule;
93 bool m_lineageJobIdHasBeenSet =
false;
94 bool m_enabledHasBeenSet =
false;
95 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