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>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
65 template<
typename ValueT = Aws::String>
66 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
67 template<
typename ValueT = Aws::String>
81 inline void SetExists(
bool value) { m_existsHasBeenSet =
true; m_exists = value; }
87 bool m_nameHasBeenSet =
false;
90 bool m_valueHasBeenSet =
false;
93 bool m_existsHasBeenSet =
false;
AWS_SIMPLEDB_API UpdateCondition(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
AWS_SIMPLEDB_API UpdateCondition()=default
AWS_SIMPLEDB_API UpdateCondition & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ExistsHasBeenSet() const
bool NameHasBeenSet() const
bool ValueHasBeenSet() const
UpdateCondition & WithValue(ValueT &&value)
const Aws::String & GetValue() const
UpdateCondition & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetValue(ValueT &&value)
void SetExists(bool value)
UpdateCondition & WithExists(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream