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/Attribute.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetAlternateNameEncoding(
const char* value) { m_alternateNameEncodingHasBeenSet =
true; m_alternateNameEncoding.assign(value); }
88 bool m_nameHasBeenSet =
false;
91 bool m_alternateNameEncodingHasBeenSet =
false;
94 bool m_attributesHasBeenSet =
false;
Item & WithAlternateNameEncoding(const Aws::String &value)
const Aws::String & GetAlternateNameEncoding() const
void SetName(const char *value)
void SetAttributes(Aws::Vector< Attribute > &&value)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetAttributes(const Aws::Vector< Attribute > &value)
void SetAlternateNameEncoding(Aws::String &&value)
const Aws::Vector< Attribute > & GetAttributes() const
void SetAlternateNameEncoding(const Aws::String &value)
Item & WithAttributes(const Aws::Vector< Attribute > &value)
bool AlternateNameEncodingHasBeenSet() const
void SetName(Aws::String &&value)
Item & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
const Aws::String & GetName() const
Item & WithAlternateNameEncoding(Aws::String &&value)
Item & WithName(const char *value)
Item & WithName(Aws::String &&value)
Item & WithAttributes(Aws::Vector< Attribute > &&value)
AWS_SIMPLEDB_API Item(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool NameHasBeenSet() const
Item & AddAttributes(Attribute &&value)
void SetAlternateNameEncoding(const char *value)
Item & WithAlternateNameEncoding(const char *value)
bool AttributesHasBeenSet() const
Item & AddAttributes(const Attribute &value)
AWS_SIMPLEDB_API Item & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
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