7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/ReleaseStatusValues.h>
22namespace DatabaseMigrationService {
44 template <
typename VersionT = Aws::String>
46 m_versionHasBeenSet =
true;
47 m_version = std::forward<VersionT>(value);
49 template <
typename VersionT = Aws::String>
64 template <
typename LifecycleT = Aws::String>
66 m_lifecycleHasBeenSet =
true;
67 m_lifecycle = std::forward<LifecycleT>(value);
69 template <
typename LifecycleT = Aws::String>
83 m_releaseStatusHasBeenSet =
true;
84 m_releaseStatus = value;
98 template <
typename LaunchDateT = Aws::Utils::DateTime>
100 m_launchDateHasBeenSet =
true;
101 m_launchDate = std::forward<LaunchDateT>(value);
103 template <
typename LaunchDateT = Aws::Utils::DateTime>
118 template <
typename AutoUpgradeDateT = Aws::Utils::DateTime>
120 m_autoUpgradeDateHasBeenSet =
true;
121 m_autoUpgradeDate = std::forward<AutoUpgradeDateT>(value);
123 template <
typename AutoUpgradeDateT = Aws::Utils::DateTime>
137 template <
typename DeprecationDateT = Aws::Utils::DateTime>
139 m_deprecationDateHasBeenSet =
true;
140 m_deprecationDate = std::forward<DeprecationDateT>(value);
142 template <
typename DeprecationDateT = Aws::Utils::DateTime>
156 template <
typename ForceUpgradeDateT = Aws::Utils::DateTime>
158 m_forceUpgradeDateHasBeenSet =
true;
159 m_forceUpgradeDate = std::forward<ForceUpgradeDateT>(value);
161 template <
typename ForceUpgradeDateT = Aws::Utils::DateTime>
174 template <
typename AvailableUpgradesT = Aws::Vector<Aws::String>>
176 m_availableUpgradesHasBeenSet =
true;
177 m_availableUpgrades = std::forward<AvailableUpgradesT>(value);
179 template <
typename AvailableUpgradesT = Aws::Vector<Aws::String>>
184 template <
typename AvailableUpgradesT = Aws::String>
186 m_availableUpgradesHasBeenSet =
true;
187 m_availableUpgrades.emplace_back(std::forward<AvailableUpgradesT>(value));
207 bool m_versionHasBeenSet =
false;
208 bool m_lifecycleHasBeenSet =
false;
209 bool m_releaseStatusHasBeenSet =
false;
210 bool m_launchDateHasBeenSet =
false;
211 bool m_autoUpgradeDateHasBeenSet =
false;
212 bool m_deprecationDateHasBeenSet =
false;
213 bool m_forceUpgradeDateHasBeenSet =
false;
214 bool m_availableUpgradesHasBeenSet =
false;
const Aws::String & GetVersion() const
bool LaunchDateHasBeenSet() const
EngineVersion & WithDeprecationDate(DeprecationDateT &&value)
bool DeprecationDateHasBeenSet() const
void SetLaunchDate(LaunchDateT &&value)
void SetReleaseStatus(ReleaseStatusValues value)
bool ForceUpgradeDateHasBeenSet() const
bool AvailableUpgradesHasBeenSet() const
EngineVersion & AddAvailableUpgrades(AvailableUpgradesT &&value)
bool ReleaseStatusHasBeenSet() const
EngineVersion & WithVersion(VersionT &&value)
bool LifecycleHasBeenSet() const
EngineVersion & WithReleaseStatus(ReleaseStatusValues value)
EngineVersion & WithForceUpgradeDate(ForceUpgradeDateT &&value)
AWS_DATABASEMIGRATIONSERVICE_API EngineVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAutoUpgradeDate(AutoUpgradeDateT &&value)
void SetDeprecationDate(DeprecationDateT &&value)
void SetAvailableUpgrades(AvailableUpgradesT &&value)
const Aws::Utils::DateTime & GetAutoUpgradeDate() const
ReleaseStatusValues GetReleaseStatus() const
EngineVersion & WithAvailableUpgrades(AvailableUpgradesT &&value)
const Aws::Utils::DateTime & GetLaunchDate() const
const Aws::String & GetLifecycle() const
const Aws::Utils::DateTime & GetForceUpgradeDate() const
EngineVersion & WithLifecycle(LifecycleT &&value)
void SetVersion(VersionT &&value)
EngineVersion & WithAutoUpgradeDate(AutoUpgradeDateT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATABASEMIGRATIONSERVICE_API EngineVersion()=default
const Aws::Utils::DateTime & GetDeprecationDate() const
void SetLifecycle(LifecycleT &&value)
AWS_DATABASEMIGRATIONSERVICE_API EngineVersion(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
const Aws::Vector< Aws::String > & GetAvailableUpgrades() const
void SetForceUpgradeDate(ForceUpgradeDateT &&value)
bool AutoUpgradeDateHasBeenSet() const
EngineVersion & WithLaunchDate(LaunchDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue