46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
121 bool m_nameHasBeenSet;
123 bool m_attributesHasBeenSet;
void SetName(Aws::String &&value)
void SetName(const char *value)
ReplaceableItem & WithName(Aws::String &&value)
ReplaceableItem & AddAttributes(const ReplaceableAttribute &value)
std::vector< T, Aws::Allocator< T > > Vector
ReplaceableItem & WithName(const Aws::String &value)
const Aws::String & GetName() const
ReplaceableItem & WithAttributes(Aws::Vector< ReplaceableAttribute > &&value)
void SetAttributes(Aws::Vector< ReplaceableAttribute > &&value)
ReplaceableItem & WithName(const char *value)
void SetName(const Aws::String &value)
std::basic_ostream< char, std::char_traits< char > > OStream
const Aws::Vector< ReplaceableAttribute > & GetAttributes() const
ReplaceableItem & AddAttributes(ReplaceableAttribute &&value)
void SetAttributes(const Aws::Vector< ReplaceableAttribute > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ReplaceableItem & WithAttributes(const Aws::Vector< ReplaceableAttribute > &value)
JSON (JavaScript Object Notation).