59 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
64 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
79 inline Tag&
WithKey(
const char* value) { SetKey(value);
return *
this;}
105 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
120 inline Tag&
WithValue(
const char* value) { SetValue(value);
return *
this;}
125 bool m_keyHasBeenSet;
128 bool m_valueHasBeenSet;