21 namespace DataPipeline
61 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
66 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
81 inline Field&
WithKey(
const char* value) { SetKey(value);
return *
this;}
107 inline void SetStringValue(
const char* value) { m_stringValueHasBeenSet =
true; m_stringValue.assign(value); }
148 inline void SetRefValue(
const char* value) { m_refValueHasBeenSet =
true; m_refValue.assign(value); }
168 bool m_keyHasBeenSet;
171 bool m_stringValueHasBeenSet;
174 bool m_refValueHasBeenSet;