ToCopyableBuilder<ListRecordsResponse.Builder,ListRecordsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListRecordsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListRecordsResponse.Builder,ListRecordsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListRecordsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListRecordsResponse.Builder |
builder() |
|
Integer |
count() |
Total number of records.
|
Boolean |
datasetDeletedAfterRequestedSyncCount() |
A boolean value specifying whether to delete the dataset locally.
|
Boolean |
datasetExists() |
Indicates whether the dataset exists.
|
Long |
datasetSyncCount() |
Server sync count for this dataset.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lastModifiedBy() |
The user/device that made the last change to this record.
|
List<String> |
mergedDatasetNames() |
Names of merged datasets.
|
String |
nextToken() |
A pagination token for obtaining the next page of results.
|
List<Record> |
records() |
A list of all records.
|
static Class<? extends ListRecordsResponse.Builder> |
serializableBuilderClass() |
|
String |
syncSessionToken() |
A token containing a session ID, identity ID, and expiration.
|
ListRecordsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String nextToken()
public Integer count()
public Long datasetSyncCount()
public String lastModifiedBy()
public List<String> mergedDatasetNames()
public Boolean datasetExists()
public Boolean datasetDeletedAfterRequestedSyncCount()
public String syncSessionToken()
public ListRecordsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListRecordsResponse.Builder,ListRecordsResponse>
public static ListRecordsResponse.Builder builder()
public static Class<? extends ListRecordsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.