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>
49 template<
typename VersionT = Aws::String>
50 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
51 template<
typename VersionT = Aws::String>
61 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
67 bool m_versionHasBeenSet =
false;
69 bool m_isDefault{
false};
70 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