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>
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
65 template <
typename ValueT = Aws::String>
67 m_valueHasBeenSet =
true;
68 m_value = std::forward<ValueT>(value);
70 template <
typename ValueT = Aws::String>
72 SetValue(std::forward<ValueT>(value));
88 m_existsHasBeenSet =
true;
101 bool m_exists{
false};
102 bool m_nameHasBeenSet =
false;
103 bool m_valueHasBeenSet =
false;
104 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