7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sdb/SimpleDB_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ValueT = Aws::String>
62 m_valueHasBeenSet =
true;
63 m_value = std::forward<ValueT>(value);
65 template <
typename ValueT = Aws::String>
67 SetValue(std::forward<ValueT>(value));
80 m_replaceHasBeenSet =
true;
93 bool m_replace{
false};
94 bool m_nameHasBeenSet =
false;
95 bool m_valueHasBeenSet =
false;
96 bool m_replaceHasBeenSet =
false;
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetName() const
AWS_SIMPLEDB_API ReplaceableAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetValue() const
AWS_SIMPLEDB_API ReplaceableAttribute()=default
void SetName(NameT &&value)
ReplaceableAttribute & WithReplace(bool value)
bool ReplaceHasBeenSet() const
bool ValueHasBeenSet() const
bool NameHasBeenSet() const
AWS_SIMPLEDB_API ReplaceableAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
ReplaceableAttribute & WithName(NameT &&value)
void SetValue(ValueT &&value)
ReplaceableAttribute & WithValue(ValueT &&value)
void SetReplace(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream