7#include <aws/rds/RDS_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/rds/model/SupportedEngineLifecycle.h>
51 template<
typename EngineT = Aws::String>
52 void SetEngine(EngineT&& value) { m_engineHasBeenSet =
true; m_engine = std::forward<EngineT>(value); }
53 template<
typename EngineT = Aws::String>
63 template<
typename MajorEngineVersionT = Aws::String>
64 void SetMajorEngineVersion(MajorEngineVersionT&& value) { m_majorEngineVersionHasBeenSet =
true; m_majorEngineVersion = std::forward<MajorEngineVersionT>(value); }
65 template<
typename MajorEngineVersionT = Aws::String>
76 template<
typename SupportedEngineLifecyclesT = Aws::Vector<SupportedEngineLifecycle>>
77 void SetSupportedEngineLifecycles(SupportedEngineLifecyclesT&& value) { m_supportedEngineLifecyclesHasBeenSet =
true; m_supportedEngineLifecycles = std::forward<SupportedEngineLifecyclesT>(value); }
78 template<
typename SupportedEngineLifecyclesT = Aws::Vector<SupportedEngineLifecycle>>
80 template<
typename SupportedEngineLifecyclesT = SupportedEngineLifecycle>
86 bool m_engineHasBeenSet =
false;
89 bool m_majorEngineVersionHasBeenSet =
false;
92 bool m_supportedEngineLifecyclesHasBeenSet =
false;
void SetSupportedEngineLifecycles(SupportedEngineLifecyclesT &&value)
bool SupportedEngineLifecyclesHasBeenSet() const
DBMajorEngineVersion & WithSupportedEngineLifecycles(SupportedEngineLifecyclesT &&value)
void SetEngine(EngineT &&value)
const Aws::String & GetEngine() const
const Aws::String & GetMajorEngineVersion() const
bool MajorEngineVersionHasBeenSet() const
DBMajorEngineVersion & AddSupportedEngineLifecycles(SupportedEngineLifecyclesT &&value)
AWS_RDS_API DBMajorEngineVersion()=default
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool EngineHasBeenSet() const
AWS_RDS_API DBMajorEngineVersion(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMajorEngineVersion(MajorEngineVersionT &&value)
DBMajorEngineVersion & WithEngine(EngineT &&value)
AWS_RDS_API DBMajorEngineVersion & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< SupportedEngineLifecycle > & GetSupportedEngineLifecycles() const
DBMajorEngineVersion & WithMajorEngineVersion(MajorEngineVersionT &&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