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/docdb/DocDB_EXPORTS.h>
11#include <aws/docdb/model/ServerlessV2FeaturesSupport.h>
12#include <aws/docdb/model/UpgradeTarget.h>
45 template <
typename EngineT = Aws::String>
47 m_engineHasBeenSet =
true;
48 m_engine = std::forward<EngineT>(value);
50 template <
typename EngineT = Aws::String>
63 template <
typename EngineVersionT = Aws::String>
65 m_engineVersionHasBeenSet =
true;
66 m_engineVersion = std::forward<EngineVersionT>(value);
68 template <
typename EngineVersionT = Aws::String>
81 template <
typename DBParameterGroupFamilyT = Aws::String>
83 m_dBParameterGroupFamilyHasBeenSet =
true;
84 m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value);
86 template <
typename DBParameterGroupFamilyT = Aws::String>
99 template <
typename DBEngineDescriptionT = Aws::String>
101 m_dBEngineDescriptionHasBeenSet =
true;
102 m_dBEngineDescription = std::forward<DBEngineDescriptionT>(value);
104 template <
typename DBEngineDescriptionT = Aws::String>
117 template <
typename DBEngineVersionDescriptionT = Aws::String>
119 m_dBEngineVersionDescriptionHasBeenSet =
true;
120 m_dBEngineVersionDescription = std::forward<DBEngineVersionDescriptionT>(value);
122 template <
typename DBEngineVersionDescriptionT = Aws::String>
136 template <
typename Val
idUpgradeTargetT = Aws::Vector<UpgradeTarget>>
138 m_validUpgradeTargetHasBeenSet =
true;
139 m_validUpgradeTarget = std::forward<ValidUpgradeTargetT>(value);
141 template <
typename Val
idUpgradeTargetT = Aws::Vector<UpgradeTarget>>
146 template <
typename Val
idUpgradeTargetT = UpgradeTarget>
148 m_validUpgradeTargetHasBeenSet =
true;
149 m_validUpgradeTarget.emplace_back(std::forward<ValidUpgradeTargetT>(value));
161 template <
typename ExportableLogTypesT = Aws::Vector<Aws::String>>
163 m_exportableLogTypesHasBeenSet =
true;
164 m_exportableLogTypes = std::forward<ExportableLogTypesT>(value);
166 template <
typename ExportableLogTypesT = Aws::Vector<Aws::String>>
171 template <
typename ExportableLogTypesT = Aws::String>
173 m_exportableLogTypesHasBeenSet =
true;
174 m_exportableLogTypes.emplace_back(std::forward<ExportableLogTypesT>(value));
187 m_supportsLogExportsToCloudwatchLogsHasBeenSet =
true;
188 m_supportsLogExportsToCloudwatchLogs = value;
208 template <
typename SupportedCACertificateIdentifiersT = Aws::Vector<Aws::String>>
210 m_supportedCACertificateIdentifiersHasBeenSet =
true;
211 m_supportedCACertificateIdentifiers = std::forward<SupportedCACertificateIdentifiersT>(value);
213 template <
typename SupportedCACertificateIdentifiersT = Aws::Vector<Aws::String>>
218 template <
typename SupportedCACertificateIdentifiersT = Aws::String>
220 m_supportedCACertificateIdentifiersHasBeenSet =
true;
221 m_supportedCACertificateIdentifiers.emplace_back(std::forward<SupportedCACertificateIdentifiersT>(value));
234 m_supportsCertificateRotationWithoutRestartHasBeenSet =
true;
235 m_supportsCertificateRotationWithoutRestart = value;
254 template <
typename ServerlessV2FeaturesSupportT = ServerlessV2FeaturesSupport>
256 m_serverlessV2FeaturesSupportHasBeenSet =
true;
257 m_serverlessV2FeaturesSupport = std::forward<ServerlessV2FeaturesSupportT>(value);
259 template <
typename ServerlessV2FeaturesSupportT = ServerlessV2FeaturesSupport>
280 bool m_supportsLogExportsToCloudwatchLogs{
false};
284 bool m_supportsCertificateRotationWithoutRestart{
false};
286 ServerlessV2FeaturesSupport m_serverlessV2FeaturesSupport;
287 bool m_engineHasBeenSet =
false;
288 bool m_engineVersionHasBeenSet =
false;
289 bool m_dBParameterGroupFamilyHasBeenSet =
false;
290 bool m_dBEngineDescriptionHasBeenSet =
false;
291 bool m_dBEngineVersionDescriptionHasBeenSet =
false;
292 bool m_validUpgradeTargetHasBeenSet =
false;
293 bool m_exportableLogTypesHasBeenSet =
false;
294 bool m_supportsLogExportsToCloudwatchLogsHasBeenSet =
false;
295 bool m_supportedCACertificateIdentifiersHasBeenSet =
false;
296 bool m_supportsCertificateRotationWithoutRestartHasBeenSet =
false;
297 bool m_serverlessV2FeaturesSupportHasBeenSet =
false;
AWS_DOCDB_API DBEngineVersion()=default
DBEngineVersion & AddExportableLogTypes(ExportableLogTypesT &&value)
void SetExportableLogTypes(ExportableLogTypesT &&value)
bool EngineHasBeenSet() const
DBEngineVersion & WithDBEngineDescription(DBEngineDescriptionT &&value)
const ServerlessV2FeaturesSupport & GetServerlessV2FeaturesSupport() const
DBEngineVersion & WithEngine(EngineT &&value)
const Aws::String & GetEngine() const
AWS_DOCDB_API DBEngineVersion & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DBEngineVersion & WithEngineVersion(EngineVersionT &&value)
bool SupportsCertificateRotationWithoutRestartHasBeenSet() const
DBEngineVersion & AddSupportedCACertificateIdentifiers(SupportedCACertificateIdentifiersT &&value)
void SetDBEngineDescription(DBEngineDescriptionT &&value)
void SetEngineVersion(EngineVersionT &&value)
DBEngineVersion & WithExportableLogTypes(ExportableLogTypesT &&value)
DBEngineVersion & WithSupportsLogExportsToCloudwatchLogs(bool value)
DBEngineVersion & WithSupportsCertificateRotationWithoutRestart(bool value)
void SetEngine(EngineT &&value)
DBEngineVersion & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
AWS_DOCDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetValidUpgradeTarget(ValidUpgradeTargetT &&value)
bool DBParameterGroupFamilyHasBeenSet() const
DBEngineVersion & WithValidUpgradeTarget(ValidUpgradeTargetT &&value)
const Aws::String & GetDBEngineVersionDescription() const
bool GetSupportsCertificateRotationWithoutRestart() const
const Aws::Vector< Aws::String > & GetExportableLogTypes() const
AWS_DOCDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_DOCDB_API DBEngineVersion(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDBEngineVersionDescription(DBEngineVersionDescriptionT &&value)
bool SupportedCACertificateIdentifiersHasBeenSet() const
bool EngineVersionHasBeenSet() const
DBEngineVersion & AddValidUpgradeTarget(ValidUpgradeTargetT &&value)
const Aws::String & GetDBParameterGroupFamily() const
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
DBEngineVersion & WithSupportedCACertificateIdentifiers(SupportedCACertificateIdentifiersT &&value)
void SetSupportedCACertificateIdentifiers(SupportedCACertificateIdentifiersT &&value)
void SetSupportsCertificateRotationWithoutRestart(bool value)
bool GetSupportsLogExportsToCloudwatchLogs() const
const Aws::String & GetDBEngineDescription() const
bool DBEngineDescriptionHasBeenSet() const
const Aws::Vector< UpgradeTarget > & GetValidUpgradeTarget() const
DBEngineVersion & WithDBEngineVersionDescription(DBEngineVersionDescriptionT &&value)
bool ServerlessV2FeaturesSupportHasBeenSet() const
void SetSupportsLogExportsToCloudwatchLogs(bool value)
void SetServerlessV2FeaturesSupport(ServerlessV2FeaturesSupportT &&value)
bool ValidUpgradeTargetHasBeenSet() const
bool DBEngineVersionDescriptionHasBeenSet() const
const Aws::Vector< Aws::String > & GetSupportedCACertificateIdentifiers() const
bool SupportsLogExportsToCloudwatchLogsHasBeenSet() const
const Aws::String & GetEngineVersion() const
DBEngineVersion & WithServerlessV2FeaturesSupport(ServerlessV2FeaturesSupportT &&value)
bool ExportableLogTypesHasBeenSet() const
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