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 Record&
WithKey(
const char* value) { SetKey(value);
return *
this;}
105 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
136 inline void SetSyncCount(
long long value) { m_syncCountHasBeenSet =
true; m_syncCount = value; }
198 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
249 bool m_keyHasBeenSet;
252 bool m_valueHasBeenSet;
254 long long m_syncCount;
255 bool m_syncCountHasBeenSet;
258 bool m_lastModifiedDateHasBeenSet;
261 bool m_lastModifiedByHasBeenSet;
264 bool m_deviceLastModifiedDateHasBeenSet;