7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
20namespace DatabaseMigrationService {
43 template <
typename CDCStartPositionT = Aws::String>
45 m_cDCStartPositionHasBeenSet =
true;
46 m_cDCStartPosition = std::forward<CDCStartPositionT>(value);
48 template <
typename CDCStartPositionT = Aws::String>
61 template <
typename CDCStartTimeT = Aws::Utils::DateTime>
63 m_cDCStartTimeHasBeenSet =
true;
64 m_cDCStartTime = std::forward<CDCStartTimeT>(value);
66 template <
typename CDCStartTimeT = Aws::Utils::DateTime>
79 template <
typename CDCStopTimeT = Aws::Utils::DateTime>
81 m_cDCStopTimeHasBeenSet =
true;
82 m_cDCStopTime = std::forward<CDCStopTimeT>(value);
84 template <
typename CDCStopTimeT = Aws::Utils::DateTime>
98 template <
typename SlotNameT = Aws::String>
100 m_slotNameHasBeenSet =
true;
101 m_slotName = std::forward<SlotNameT>(value);
103 template <
typename SlotNameT = Aws::String>
117 bool m_cDCStartPositionHasBeenSet =
false;
118 bool m_cDCStartTimeHasBeenSet =
false;
119 bool m_cDCStopTimeHasBeenSet =
false;
120 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