62 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
97 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
116 bool m_keyHasBeenSet;
118 bool m_valueHasBeenSet;
void SetKey(const char *value)
const Aws::String & GetValue() const
KeyValue & WithKey(Aws::String &&value)
void SetKey(Aws::String &&value)
KeyValue & WithValue(Aws::String &&value)
void SetValue(const char *value)
void SetValue(const Aws::String &value)
KeyValue & WithKey(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetValue(Aws::String &&value)
KeyValue & WithKey(const Aws::String &value)
void SetKey(const Aws::String &value)
KeyValue & WithValue(const Aws::String &value)
KeyValue & WithValue(const char *value)
const Aws::String & GetKey() const
JSON (JavaScript Object Notation).