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>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
86 template<
typename ValueT = Aws::String>
87 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
88 template<
typename ValueT = Aws::String>
94 bool m_nameHasBeenSet =
false;
97 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ProcessorFeature & WithName(NameT &&value)
AWS_RDS_API ProcessorFeature(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetValue(ValueT &&value)
ProcessorFeature & WithValue(ValueT &&value)
bool NameHasBeenSet() const
AWS_RDS_API ProcessorFeature()=default
AWS_RDS_API ProcessorFeature & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream