AWS SDK for C++
1.8.186
AWS SDK for C++
|
Go to the documentation of this file.
77 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
86 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
113 inline Tag&
WithKey(
const char* value) { SetKey(value);
return *
this;}
159 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
186 inline Tag&
WithValue(
const char* value) { SetValue(value);
return *
this;}
191 bool m_keyHasBeenSet;
194 bool m_valueHasBeenSet;
const Aws::String & GetValue() const
void SetKey(const Aws::String &value)
void SetValue(Aws::String &&value)
void SetValue(const Aws::String &value)
Tag & WithKey(const Aws::String &value)
std::basic_ostream< char, std::char_traits< char > > OStream
bool ValueHasBeenSet() const
void OutputToStream(Aws::OStream &oStream, const char *location) const
void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool KeyHasBeenSet() const
Tag & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetKey(const char *value)
Tag & WithKey(Aws::String &&value)
Tag & WithValue(const Aws::String &value)
const Aws::String & GetKey() const
Tag & WithKey(const char *value)
Tag & WithValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetKey(Aws::String &&value)
Tag(const Aws::Utils::Xml::XmlNode &xmlNode)
Tag & WithValue(Aws::String &&value)
void SetValue(const char *value)