7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace DatabaseMigrationService
49 template<
typename CDCStartPositionT = Aws::String>
50 void SetCDCStartPosition(CDCStartPositionT&& value) { m_cDCStartPositionHasBeenSet =
true; m_cDCStartPosition = std::forward<CDCStartPositionT>(value); }
51 template<
typename CDCStartPositionT = Aws::String>
61 template<
typename CDCStartTimeT = Aws::Utils::DateTime>
62 void SetCDCStartTime(CDCStartTimeT&& value) { m_cDCStartTimeHasBeenSet =
true; m_cDCStartTime = std::forward<CDCStartTimeT>(value); }
63 template<
typename CDCStartTimeT = Aws::Utils::DateTime>
73 template<
typename CDCStopTimeT = Aws::Utils::DateTime>
74 void SetCDCStopTime(CDCStopTimeT&& value) { m_cDCStopTimeHasBeenSet =
true; m_cDCStopTime = std::forward<CDCStopTimeT>(value); }
75 template<
typename CDCStopTimeT = Aws::Utils::DateTime>
86 template<
typename SlotNameT = Aws::String>
87 void SetSlotName(SlotNameT&& value) { m_slotNameHasBeenSet =
true; m_slotName = std::forward<SlotNameT>(value); }
88 template<
typename SlotNameT = Aws::String>
94 bool m_cDCStartPositionHasBeenSet =
false;
97 bool m_cDCStartTimeHasBeenSet =
false;
100 bool m_cDCStopTimeHasBeenSet =
false;
103 bool m_slotNameHasBeenSet =
false;
const Aws::String & GetCDCStartPosition() const
SourceDataSetting & WithCDCStartTime(CDCStartTimeT &&value)
const Aws::String & GetSlotName() const
bool CDCStopTimeHasBeenSet() const
SourceDataSetting & WithCDCStartPosition(CDCStartPositionT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SlotNameHasBeenSet() const
void SetCDCStartTime(CDCStartTimeT &&value)
SourceDataSetting & WithSlotName(SlotNameT &&value)
bool CDCStartTimeHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API SourceDataSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCDCStartTime() const
AWS_DATABASEMIGRATIONSERVICE_API SourceDataSetting()=default
const Aws::Utils::DateTime & GetCDCStopTime() const
void SetCDCStartPosition(CDCStartPositionT &&value)
void SetCDCStopTime(CDCStopTimeT &&value)
bool CDCStartPositionHasBeenSet() const
void SetSlotName(SlotNameT &&value)
AWS_DATABASEMIGRATIONSERVICE_API SourceDataSetting(Aws::Utils::Json::JsonView jsonValue)
SourceDataSetting & WithCDCStopTime(CDCStopTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue