@Generated(value="software.amazon.awssdk:codegen") public final class Record extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Record.Builder,Record>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Record.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Record.Builder |
builder() |
Instant |
deviceLastModifiedDate()
The last modified date of the client device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key for the record.
|
String |
lastModifiedBy()
The user/device that made the last change to this record.
|
Instant |
lastModifiedDate()
The date on which the record was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Record.Builder> |
serializableBuilderClass() |
Long |
syncCount()
The server sync count for this record.
|
Record.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value for the record.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
public final String value()
public final Long syncCount()
public final Instant lastModifiedDate()
public final String lastModifiedBy()
public final Instant deviceLastModifiedDate()
public Record.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Record.Builder,Record>public static Record.Builder builder()
public static Class<? extends Record.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.