7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sdb/SimpleDB_EXPORTS.h>
11#include <aws/sdb/model/Attribute.h>
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
53 template <
typename AttributesT = Aws::Vector<Attribute>>
55 m_attributesHasBeenSet =
true;
56 m_attributes = std::forward<AttributesT>(value);
58 template <
typename AttributesT = Aws::Vector<Attribute>>
63 template <
typename AttributesT = Attribute>
65 m_attributesHasBeenSet =
true;
66 m_attributes.emplace_back(std::forward<AttributesT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_attributesHasBeenSet =
false;
AWS_SIMPLEDB_API DeletableItem(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(NameT &&value)
void SetAttributes(AttributesT &&value)
bool AttributesHasBeenSet() const
DeletableItem & WithName(NameT &&value)
DeletableItem & WithAttributes(AttributesT &&value)
const Aws::Vector< Attribute > & GetAttributes() const
AWS_SIMPLEDB_API DeletableItem()=default
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_SIMPLEDB_API DeletableItem & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DeletableItem & AddAttributes(AttributesT &&value)
AWS_SIMPLEDB_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::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream