74 inline Tagging&
AddTagSet(
const S3Tag& value) { m_tagSetHasBeenSet =
true; m_tagSet.push_back(value);
return *
this; }
79 inline Tagging&
AddTagSet(
S3Tag&& value) { m_tagSetHasBeenSet =
true; m_tagSet.push_back(std::move(value));
return *
this; }
84 bool m_tagSetHasBeenSet;