7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/docdb/model/UpgradeTarget.h>
50 template<
typename EngineT = Aws::String>
51 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
52 template<
typename EngineT = Aws::String>
62 template<
typename EngineVersionT = Aws::String>
63 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
64 template<
typename EngineVersionT = Aws::String>
74 template<
typename DBParameterGroupFamilyT = Aws::String>
75 void SetDBParameterGroupFamily(DBParameterGroupFamilyT&& value) { m_dBParameterGroupFamilyHasBeenSet =
true; m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value); }
76 template<
typename DBParameterGroupFamilyT = Aws::String>
86 template<
typename DBEngineDescriptionT = Aws::String>
87 void SetDBEngineDescription(DBEngineDescriptionT&& value) { m_dBEngineDescriptionHasBeenSet =
true; m_dBEngineDescription = std::forward<DBEngineDescriptionT>(value); }
88 template<
typename DBEngineDescriptionT = Aws::String>
98 template<
typename DBEngineVersionDescriptionT = Aws::String>
99 void SetDBEngineVersionDescription(DBEngineVersionDescriptionT&& value) { m_dBEngineVersionDescriptionHasBeenSet =
true; m_dBEngineVersionDescription = std::forward<DBEngineVersionDescriptionT>(value); }
100 template<
typename DBEngineVersionDescriptionT = Aws::String>
111 template<
typename Val
idUpgradeTargetT = Aws::Vector<UpgradeTarget>>
112 void SetValidUpgradeTarget(ValidUpgradeTargetT&& value) { m_validUpgradeTargetHasBeenSet =
true; m_validUpgradeTarget = std::forward<ValidUpgradeTargetT>(value); }
113 template<
typename Val
idUpgradeTargetT = Aws::Vector<UpgradeTarget>>
115 template<
typename Val
idUpgradeTargetT = UpgradeTarget>
116 DBEngineVersion&
AddValidUpgradeTarget(ValidUpgradeTargetT&& value) { m_validUpgradeTargetHasBeenSet =
true; m_validUpgradeTarget.emplace_back(std::forward<ValidUpgradeTargetT>(value));
return *
this; }
126 template<
typename ExportableLogTypesT = Aws::Vector<Aws::String>>
127 void SetExportableLogTypes(ExportableLogTypesT&& value) { m_exportableLogTypesHasBeenSet =
true; m_exportableLogTypes = std::forward<ExportableLogTypesT>(value); }
128 template<
typename ExportableLogTypesT = Aws::Vector<Aws::String>>
130 template<
typename ExportableLogTypesT = Aws::String>
131 DBEngineVersion&
AddExportableLogTypes(ExportableLogTypesT&& value) { m_exportableLogTypesHasBeenSet =
true; m_exportableLogTypes.emplace_back(std::forward<ExportableLogTypesT>(value));
return *
this; }
157 template<
typename SupportedCACertificateIdentifiersT = Aws::Vector<Aws::String>>
158 void SetSupportedCACertificateIdentifiers(SupportedCACertificateIdentifiersT&& value) { m_supportedCACertificateIdentifiersHasBeenSet =
true; m_supportedCACertificateIdentifiers = std::forward<SupportedCACertificateIdentifiersT>(value); }
159 template<
typename SupportedCACertificateIdentifiersT = Aws::Vector<Aws::String>>
161 template<
typename SupportedCACertificateIdentifiersT = Aws::String>
162 DBEngineVersion&
AddSupportedCACertificateIdentifiers(SupportedCACertificateIdentifiersT&& value) { m_supportedCACertificateIdentifiersHasBeenSet =
true; m_supportedCACertificateIdentifiers.emplace_back(std::forward<SupportedCACertificateIdentifiersT>(value));
return *
this; }
178 bool m_engineHasBeenSet =
false;
181 bool m_engineVersionHasBeenSet =
false;
184 bool m_dBParameterGroupFamilyHasBeenSet =
false;
187 bool m_dBEngineDescriptionHasBeenSet =
false;
190 bool m_dBEngineVersionDescriptionHasBeenSet =
false;
193 bool m_validUpgradeTargetHasBeenSet =
false;
196 bool m_exportableLogTypesHasBeenSet =
false;
198 bool m_supportsLogExportsToCloudwatchLogs{
false};
199 bool m_supportsLogExportsToCloudwatchLogsHasBeenSet =
false;
202 bool m_supportedCACertificateIdentifiersHasBeenSet =
false;
204 bool m_supportsCertificateRotationWithoutRestart{
false};
205 bool m_supportsCertificateRotationWithoutRestartHasBeenSet =
false;
AWS_DOCDB_API DBEngineVersion()=default
DBEngineVersion & AddExportableLogTypes(ExportableLogTypesT &&value)
void SetExportableLogTypes(ExportableLogTypesT &&value)
bool EngineHasBeenSet() const
DBEngineVersion & WithDBEngineDescription(DBEngineDescriptionT &&value)
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)
void SetSupportsLogExportsToCloudwatchLogs(bool value)
bool ValidUpgradeTargetHasBeenSet() const
bool DBEngineVersionDescriptionHasBeenSet() const
const Aws::Vector< Aws::String > & GetSupportedCACertificateIdentifiers() const
bool SupportsLogExportsToCloudwatchLogsHasBeenSet() const
const Aws::String & GetEngineVersion() const
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