7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
49 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
63 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
75 inline void SetSyncCount(
long long value) { m_syncCountHasBeenSet =
true; m_syncCount = value; }
99 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
119 bool m_keyHasBeenSet =
false;
122 bool m_valueHasBeenSet =
false;
124 long long m_syncCount;
125 bool m_syncCountHasBeenSet =
false;
128 bool m_lastModifiedDateHasBeenSet =
false;
131 bool m_lastModifiedByHasBeenSet =
false;
134 bool m_deviceLastModifiedDateHasBeenSet =
false;
AWS_COGNITOSYNC_API Record()
bool LastModifiedDateHasBeenSet() const
const Aws::Utils::DateTime & GetDeviceLastModifiedDate() const
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
Record & WithKey(const Aws::String &value)
AWS_COGNITOSYNC_API Record & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastModifiedBy() const
Record & WithLastModifiedBy(const Aws::String &value)
void SetValue(const Aws::String &value)
void SetValue(const char *value)
Record & WithLastModifiedDate(const Aws::Utils::DateTime &value)
bool SyncCountHasBeenSet() const
void SetLastModifiedBy(const char *value)
AWS_COGNITOSYNC_API Record(Aws::Utils::Json::JsonView jsonValue)
Record & WithKey(const char *value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
Record & WithLastModifiedBy(const char *value)
bool DeviceLastModifiedDateHasBeenSet() const
void SetSyncCount(long long value)
AWS_COGNITOSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
Record & WithValue(Aws::String &&value)
Record & WithSyncCount(long long value)
bool LastModifiedByHasBeenSet() const
Record & WithLastModifiedDate(Aws::Utils::DateTime &&value)
const Aws::String & GetKey() const
void SetValue(Aws::String &&value)
const Aws::String & GetValue() const
void SetKey(const char *value)
Record & WithValue(const Aws::String &value)
long long GetSyncCount() const
bool KeyHasBeenSet() const
Record & WithDeviceLastModifiedDate(const Aws::Utils::DateTime &value)
void SetLastModifiedBy(Aws::String &&value)
Record & WithLastModifiedBy(Aws::String &&value)
void SetKey(const Aws::String &value)
Record & WithValue(const char *value)
void SetLastModifiedBy(const Aws::String &value)
bool ValueHasBeenSet() const
void SetDeviceLastModifiedDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetKey(Aws::String &&value)
Record & WithKey(Aws::String &&value)
void SetDeviceLastModifiedDate(Aws::Utils::DateTime &&value)
Record & WithDeviceLastModifiedDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue