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); }
78 inline Tag&
WithKey(
const char* value) { SetKey(value);
return *
this;}
104 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
119 inline Tag&
WithValue(
const char* value) { SetValue(value);
return *
this;}
124 bool m_keyHasBeenSet;
127 bool m_valueHasBeenSet;