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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sdb/model/ReplaceableAttribute.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
74 bool m_nameHasBeenSet =
false;
77 bool m_attributesHasBeenSet =
false;
ReplaceableItem & WithName(const Aws::String &value)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetAttributes(Aws::Vector< ReplaceableAttribute > &&value)
ReplaceableItem & WithAttributes(Aws::Vector< ReplaceableAttribute > &&value)
ReplaceableItem & AddAttributes(ReplaceableAttribute &&value)
const Aws::Vector< ReplaceableAttribute > & GetAttributes() const
void SetName(Aws::String &&value)
bool AttributesHasBeenSet() const
void SetName(const Aws::String &value)
ReplaceableItem & AddAttributes(const ReplaceableAttribute &value)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool NameHasBeenSet() const
AWS_SIMPLEDB_API ReplaceableItem & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ReplaceableItem & WithName(const char *value)
ReplaceableItem & WithName(Aws::String &&value)
AWS_SIMPLEDB_API ReplaceableItem()
const Aws::String & GetName() const
void SetAttributes(const Aws::Vector< ReplaceableAttribute > &value)
ReplaceableItem & WithAttributes(const Aws::Vector< ReplaceableAttribute > &value)
AWS_SIMPLEDB_API ReplaceableItem(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetName(const char *value)
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