69 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
76 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
97 inline Tag&
WithKey(
const char* value) { SetKey(value);
return *
this;}
133 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
154 inline Tag&
WithValue(
const char* value) { SetValue(value);
return *
this;}
159 bool m_keyHasBeenSet;
162 bool m_valueHasBeenSet;