59 inline Tagging&
AddTagSet(
const Tag& value) { m_tagSetHasBeenSet =
true; m_tagSet.push_back(value);
return *
this; }
62 inline Tagging&
AddTagSet(
Tag&& value) { m_tagSetHasBeenSet =
true; m_tagSet.push_back(value);
return *
this; }
66 bool m_tagSetHasBeenSet;
void SetTagSet(Aws::Vector< Tag > &&value)
void SetTagSet(const Aws::Vector< Tag > &value)
Tagging & AddTagSet(Tag &&value)
std::vector< T, Aws::Allocator< T > > Vector
Tagging & WithTagSet(Aws::Vector< Tag > &&value)
Tagging & AddTagSet(const Tag &value)
Tagging & WithTagSet(const Aws::Vector< Tag > &value)
const Aws::Vector< Tag > & GetTagSet() const
JSON (JavaScript Object Notation).