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>
76 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
90 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
98 bool m_nameHasBeenSet =
false;
101 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API ProcessorFeature(const Aws::Utils::Xml::XmlNode &xmlNode)
ProcessorFeature & WithValue(Aws::String &&value)
AWS_RDS_API ProcessorFeature()
bool NameHasBeenSet() const
ProcessorFeature & WithName(const Aws::String &value)
AWS_RDS_API ProcessorFeature & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
void SetValue(const Aws::String &value)
ProcessorFeature & WithValue(const Aws::String &value)
ProcessorFeature & WithName(const char *value)
void SetName(const Aws::String &value)
void SetName(const char *value)
void SetValue(Aws::String &&value)
ProcessorFeature & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
ProcessorFeature & WithValue(const char *value)
void SetValue(const char *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