43 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
44 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
56 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
90 bool m_nameHasBeenSet;
92 bool m_attributesHasBeenSet;
void SetName(const char *value)
DeletableItem & WithName(const char *value)
DeletableItem & WithName(const Aws::String &value)
const Aws::String & GetName() const
DeletableItem & WithAttributes(const Aws::Vector< Attribute > &value)
DeletableItem & AddAttributes(const Attribute &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetAttributes(Aws::Vector< Attribute > &&value)
void SetAttributes(const Aws::Vector< Attribute > &value)
DeletableItem & AddAttributes(Attribute &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetName(Aws::String &&value)
const Aws::Vector< Attribute > & GetAttributes() const
DeletableItem & WithAttributes(Aws::Vector< Attribute > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetName(const Aws::String &value)
DeletableItem & WithName(Aws::String &&value)
JSON (JavaScript Object Notation).