66 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
91 inline void SetTag(
const S3Tag& value) { m_tagHasBeenSet =
true; m_tag = value; }
94 inline void SetTag(
S3Tag&& value) { m_tagHasBeenSet =
true; m_tag = std::move(value); }
136 bool m_prefixHasBeenSet;
139 bool m_tagHasBeenSet;
142 bool m_andHasBeenSet;