58 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
63 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
104 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
124 bool m_keyHasBeenSet =
false;
127 bool m_valueHasBeenSet =
false;
Tag & WithKey(const Aws::String &value)
AWS_S3CRT_API Tag(const Aws::Utils::Xml::XmlNode &xmlNode)
Tag & WithValue(const Aws::String &value)
Tag & WithValue(Aws::String &&value)
void SetKey(const char *value)
void SetValue(const Aws::String &value)
Tag & WithKey(Aws::String &&value)
Tag & WithKey(const char *value)
void SetValue(Aws::String &&value)
bool ValueHasBeenSet() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool KeyHasBeenSet() const
AWS_S3CRT_API Tag & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKey(Aws::String &&value)
void SetKey(const Aws::String &value)
Tag & WithValue(const char *value)
const Aws::String & GetValue() const
void SetValue(const char *value)
const Aws::String & GetKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String