7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune/Neptune_EXPORTS.h>
11#include <aws/neptune/model/CharacterSet.h>
12#include <aws/neptune/model/Timezone.h>
13#include <aws/neptune/model/UpgradeTarget.h>
47 template <
typename EngineT = Aws::String>
49 m_engineHasBeenSet =
true;
50 m_engine = std::forward<EngineT>(value);
52 template <
typename EngineT = Aws::String>
65 template <
typename EngineVersionT = Aws::String>
67 m_engineVersionHasBeenSet =
true;
68 m_engineVersion = std::forward<EngineVersionT>(value);
70 template <
typename EngineVersionT = Aws::String>
83 template <
typename DBParameterGroupFamilyT = Aws::String>
85 m_dBParameterGroupFamilyHasBeenSet =
true;
86 m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value);
88 template <
typename DBParameterGroupFamilyT = Aws::String>
101 template <
typename DBEngineDescriptionT = Aws::String>
103 m_dBEngineDescriptionHasBeenSet =
true;
104 m_dBEngineDescription = std::forward<DBEngineDescriptionT>(value);
106 template <
typename DBEngineDescriptionT = Aws::String>
119 template <
typename DBEngineVersionDescriptionT = Aws::String>
121 m_dBEngineVersionDescriptionHasBeenSet =
true;
122 m_dBEngineVersionDescription = std::forward<DBEngineVersionDescriptionT>(value);
124 template <
typename DBEngineVersionDescriptionT = Aws::String>
137 template <
typename DefaultCharacterSetT = CharacterSet>
139 m_defaultCharacterSetHasBeenSet =
true;
140 m_defaultCharacterSet = std::forward<DefaultCharacterSetT>(value);
142 template <
typename DefaultCharacterSetT = CharacterSet>
155 template <
typename SupportedCharacterSetsT = Aws::Vector<CharacterSet>>
157 m_supportedCharacterSetsHasBeenSet =
true;
158 m_supportedCharacterSets = std::forward<SupportedCharacterSetsT>(value);
160 template <
typename SupportedCharacterSetsT = Aws::Vector<CharacterSet>>
165 template <
typename SupportedCharacterSetsT = CharacterSet>
167 m_supportedCharacterSetsHasBeenSet =
true;
168 m_supportedCharacterSets.emplace_back(std::forward<SupportedCharacterSetsT>(value));
180 template <
typename Val
idUpgradeTargetT = Aws::Vector<UpgradeTarget>>
182 m_validUpgradeTargetHasBeenSet =
true;
183 m_validUpgradeTarget = std::forward<ValidUpgradeTargetT>(value);
185 template <
typename Val
idUpgradeTargetT = Aws::Vector<UpgradeTarget>>
190 template <
typename Val
idUpgradeTargetT = UpgradeTarget>
192 m_validUpgradeTargetHasBeenSet =
true;
193 m_validUpgradeTarget.emplace_back(std::forward<ValidUpgradeTargetT>(value));
205 template <
typename SupportedTimezonesT = Aws::Vector<Timezone>>
207 m_supportedTimezonesHasBeenSet =
true;
208 m_supportedTimezones = std::forward<SupportedTimezonesT>(value);
210 template <
typename SupportedTimezonesT = Aws::Vector<Timezone>>
215 template <
typename SupportedTimezonesT = Timezone>
217 m_supportedTimezonesHasBeenSet =
true;
218 m_supportedTimezones.emplace_back(std::forward<SupportedTimezonesT>(value));
230 template <
typename ExportableLogTypesT = Aws::Vector<Aws::String>>
232 m_exportableLogTypesHasBeenSet =
true;
233 m_exportableLogTypes = std::forward<ExportableLogTypesT>(value);
235 template <
typename ExportableLogTypesT = Aws::Vector<Aws::String>>
240 template <
typename ExportableLogTypesT = Aws::String>
242 m_exportableLogTypesHasBeenSet =
true;
243 m_exportableLogTypes.emplace_back(std::forward<ExportableLogTypesT>(value));
256 m_supportsLogExportsToCloudwatchLogsHasBeenSet =
true;
257 m_supportsLogExportsToCloudwatchLogs = value;
272 m_supportsReadReplicaHasBeenSet =
true;
273 m_supportsReadReplica = value;
289 m_supportsGlobalDatabasesHasBeenSet =
true;
290 m_supportsGlobalDatabases = value;
318 bool m_supportsLogExportsToCloudwatchLogs{
false};
320 bool m_supportsReadReplica{
false};
322 bool m_supportsGlobalDatabases{
false};
323 bool m_engineHasBeenSet =
false;
324 bool m_engineVersionHasBeenSet =
false;
325 bool m_dBParameterGroupFamilyHasBeenSet =
false;
326 bool m_dBEngineDescriptionHasBeenSet =
false;
327 bool m_dBEngineVersionDescriptionHasBeenSet =
false;
328 bool m_defaultCharacterSetHasBeenSet =
false;
329 bool m_supportedCharacterSetsHasBeenSet =
false;
330 bool m_validUpgradeTargetHasBeenSet =
false;
331 bool m_supportedTimezonesHasBeenSet =
false;
332 bool m_exportableLogTypesHasBeenSet =
false;
333 bool m_supportsLogExportsToCloudwatchLogsHasBeenSet =
false;
334 bool m_supportsReadReplicaHasBeenSet =
false;
335 bool m_supportsGlobalDatabasesHasBeenSet =
false;
DBEngineVersion & WithSupportsGlobalDatabases(bool value)
void SetDBEngineDescription(DBEngineDescriptionT &&value)
bool GetSupportsGlobalDatabases() const
void SetExportableLogTypes(ExportableLogTypesT &&value)
bool GetSupportsReadReplica() const
void SetSupportedTimezones(SupportedTimezonesT &&value)
DBEngineVersion & WithValidUpgradeTarget(ValidUpgradeTargetT &&value)
bool DBEngineDescriptionHasBeenSet() const
bool EngineVersionHasBeenSet() const
DBEngineVersion & WithDBEngineDescription(DBEngineDescriptionT &&value)
void SetSupportsReadReplica(bool value)
bool ExportableLogTypesHasBeenSet() const
bool GetSupportsLogExportsToCloudwatchLogs() const
DBEngineVersion & AddValidUpgradeTarget(ValidUpgradeTargetT &&value)
DBEngineVersion & AddSupportedCharacterSets(SupportedCharacterSetsT &&value)
void SetValidUpgradeTarget(ValidUpgradeTargetT &&value)
DBEngineVersion & AddExportableLogTypes(ExportableLogTypesT &&value)
bool SupportsReadReplicaHasBeenSet() const
const CharacterSet & GetDefaultCharacterSet() const
void SetSupportedCharacterSets(SupportedCharacterSetsT &&value)
void SetDBEngineVersionDescription(DBEngineVersionDescriptionT &&value)
bool DBParameterGroupFamilyHasBeenSet() const
bool EngineHasBeenSet() const
bool DBEngineVersionDescriptionHasBeenSet() const
bool SupportedTimezonesHasBeenSet() const
const Aws::String & GetDBEngineVersionDescription() const
const Aws::String & GetDBParameterGroupFamily() const
DBEngineVersion & WithSupportsLogExportsToCloudwatchLogs(bool value)
const Aws::String & GetDBEngineDescription() const
void SetEngineVersion(EngineVersionT &&value)
void SetSupportsLogExportsToCloudwatchLogs(bool value)
DBEngineVersion & WithSupportedCharacterSets(SupportedCharacterSetsT &&value)
DBEngineVersion & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
const Aws::String & GetEngine() const
DBEngineVersion & WithEngineVersion(EngineVersionT &&value)
AWS_NEPTUNE_API DBEngineVersion(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API DBEngineVersion & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSupportsGlobalDatabases(bool value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBEngineVersion & WithExportableLogTypes(ExportableLogTypesT &&value)
DBEngineVersion & WithSupportedTimezones(SupportedTimezonesT &&value)
bool ValidUpgradeTargetHasBeenSet() const
bool SupportsGlobalDatabasesHasBeenSet() const
const Aws::String & GetEngineVersion() const
void SetEngine(EngineT &&value)
DBEngineVersion & WithDefaultCharacterSet(DefaultCharacterSetT &&value)
DBEngineVersion & WithDBEngineVersionDescription(DBEngineVersionDescriptionT &&value)
const Aws::Vector< Timezone > & GetSupportedTimezones() const
AWS_NEPTUNE_API DBEngineVersion()=default
DBEngineVersion & AddSupportedTimezones(SupportedTimezonesT &&value)
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
bool SupportsLogExportsToCloudwatchLogsHasBeenSet() const
const Aws::Vector< CharacterSet > & GetSupportedCharacterSets() const
const Aws::Vector< Aws::String > & GetExportableLogTypes() const
void SetDefaultCharacterSet(DefaultCharacterSetT &&value)
bool SupportedCharacterSetsHasBeenSet() const
bool DefaultCharacterSetHasBeenSet() const
const Aws::Vector< UpgradeTarget > & GetValidUpgradeTarget() const
DBEngineVersion & WithEngine(EngineT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBEngineVersion & WithSupportsReadReplica(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream