7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
43 template <
typename VersionT = Aws::String>
45 m_versionHasBeenSet =
true;
46 m_version = std::forward<VersionT>(value);
48 template <
typename VersionT = Aws::String>
62 m_isDefaultHasBeenSet =
true;
73 bool m_isDefault{
false};
74 bool m_versionHasBeenSet =
false;
75 bool m_isDefaultHasBeenSet =
false;
OptionVersion & WithVersion(VersionT &&value)
OptionVersion & WithIsDefault(bool value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetVersion() const
bool VersionHasBeenSet() const
void SetIsDefault(bool value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool IsDefaultHasBeenSet() const
AWS_RDS_API OptionVersion()=default
AWS_RDS_API OptionVersion & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetVersion(VersionT &&value)
bool GetIsDefault() const
AWS_RDS_API OptionVersion(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream