7#include <aws/sdb/SimpleDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ValueT = Aws::String>
61 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
62 template<
typename ValueT = Aws::String>
73 inline void SetReplace(
bool value) { m_replaceHasBeenSet =
true; m_replace = value; }
79 bool m_nameHasBeenSet =
false;
82 bool m_valueHasBeenSet =
false;
84 bool m_replace{
false};
85 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