public class ListRecordsResult extends Object implements Serializable
| Constructor and Description |
|---|
ListRecordsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getCount()
Returns the value of the Count property for this object.
|
Boolean |
getDatasetDeletedAfterRequestedSyncCount()
Returns the value of the DatasetDeletedAfterRequestedSyncCount
property for this object.
|
Boolean |
getDatasetExists()
Returns the value of the DatasetExists property for this object.
|
Long |
getDatasetSyncCount()
Returns the value of the DatasetSyncCount property for this object.
|
String |
getLastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
List<String> |
getMergedDatasetNames()
Returns the value of the MergedDatasetNames property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
List<Record> |
getRecords()
Returns the value of the Records property for this object.
|
String |
getSyncSessionToken()
Returns the value of the SyncSessionToken property for this object.
|
int |
hashCode() |
Boolean |
isDatasetDeletedAfterRequestedSyncCount()
Returns the value of the DatasetDeletedAfterRequestedSyncCount
property for this object.
|
Boolean |
isDatasetExists()
Returns the value of the DatasetExists property for this object.
|
void |
setCount(Integer count)
Sets the value of the Count property for this object.
|
void |
setDatasetDeletedAfterRequestedSyncCount(Boolean datasetDeletedAfterRequestedSyncCount)
Sets the value of the DatasetDeletedAfterRequestedSyncCount property
for this object.
|
void |
setDatasetExists(Boolean datasetExists)
Sets the value of the DatasetExists property for this object.
|
void |
setDatasetSyncCount(Long datasetSyncCount)
Sets the value of the DatasetSyncCount property for this object.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
void |
setMergedDatasetNames(Collection<String> mergedDatasetNames)
Sets the value of the MergedDatasetNames property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
void |
setRecords(Collection<Record> records)
Sets the value of the Records property for this object.
|
void |
setSyncSessionToken(String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRecordsResult |
withCount(Integer count)
Sets the value of the Count property for this object.
|
ListRecordsResult |
withDatasetDeletedAfterRequestedSyncCount(Boolean datasetDeletedAfterRequestedSyncCount)
Sets the value of the DatasetDeletedAfterRequestedSyncCount property
for this object.
|
ListRecordsResult |
withDatasetExists(Boolean datasetExists)
Sets the value of the DatasetExists property for this object.
|
ListRecordsResult |
withDatasetSyncCount(Long datasetSyncCount)
Sets the value of the DatasetSyncCount property for this object.
|
ListRecordsResult |
withLastModifiedBy(String lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
ListRecordsResult |
withMergedDatasetNames(Collection<String> mergedDatasetNames)
Sets the value of the MergedDatasetNames property for this object.
|
ListRecordsResult |
withMergedDatasetNames(String... mergedDatasetNames)
Sets the value of the MergedDatasetNames property for this object.
|
ListRecordsResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListRecordsResult |
withRecords(Collection<Record> records)
Sets the value of the Records property for this object.
|
ListRecordsResult |
withRecords(Record... records)
Sets the value of the Records property for this object.
|
ListRecordsResult |
withSyncSessionToken(String syncSessionToken)
Sets the value of the SyncSessionToken property for this object.
|
public List<Record> getRecords()
public void setRecords(Collection<Record> records)
records - The new value for the Records property for this object.public ListRecordsResult withRecords(Record... records)
Returns a reference to this object so that method calls can be chained together.
records - The new value for the Records property for this object.public ListRecordsResult withRecords(Collection<Record> records)
Returns a reference to this object so that method calls can be chained together.
records - The new value for the Records property for this object.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.public ListRecordsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The new value for the NextToken property for this object.public Integer getCount()
public void setCount(Integer count)
count - The new value for the Count property for this object.public ListRecordsResult withCount(Integer count)
Returns a reference to this object so that method calls can be chained together.
count - The new value for the Count property for this object.public Long getDatasetSyncCount()
public void setDatasetSyncCount(Long datasetSyncCount)
datasetSyncCount - The new value for the DatasetSyncCount property for this object.public ListRecordsResult withDatasetSyncCount(Long datasetSyncCount)
Returns a reference to this object so that method calls can be chained together.
datasetSyncCount - The new value for the DatasetSyncCount property for this object.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.public ListRecordsResult withLastModifiedBy(String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy - The new value for the LastModifiedBy property for this object.public List<String> getMergedDatasetNames()
public void setMergedDatasetNames(Collection<String> mergedDatasetNames)
mergedDatasetNames - The new value for the MergedDatasetNames property for this object.public ListRecordsResult withMergedDatasetNames(String... mergedDatasetNames)
Returns a reference to this object so that method calls can be chained together.
mergedDatasetNames - The new value for the MergedDatasetNames property for this object.public ListRecordsResult withMergedDatasetNames(Collection<String> mergedDatasetNames)
Returns a reference to this object so that method calls can be chained together.
mergedDatasetNames - The new value for the MergedDatasetNames property for this object.public Boolean isDatasetExists()
public void setDatasetExists(Boolean datasetExists)
datasetExists - The new value for the DatasetExists property for this object.public ListRecordsResult withDatasetExists(Boolean datasetExists)
Returns a reference to this object so that method calls can be chained together.
datasetExists - The new value for the DatasetExists property for this object.public Boolean getDatasetExists()
public Boolean isDatasetDeletedAfterRequestedSyncCount()
public void setDatasetDeletedAfterRequestedSyncCount(Boolean datasetDeletedAfterRequestedSyncCount)
datasetDeletedAfterRequestedSyncCount - The new value for the DatasetDeletedAfterRequestedSyncCount property
for this object.public ListRecordsResult withDatasetDeletedAfterRequestedSyncCount(Boolean datasetDeletedAfterRequestedSyncCount)
Returns a reference to this object so that method calls can be chained together.
datasetDeletedAfterRequestedSyncCount - The new value for the DatasetDeletedAfterRequestedSyncCount property
for this object.public Boolean getDatasetDeletedAfterRequestedSyncCount()
public String getSyncSessionToken()
public void setSyncSessionToken(String syncSessionToken)
syncSessionToken - The new value for the SyncSessionToken property for this object.public ListRecordsResult withSyncSessionToken(String syncSessionToken)
Returns a reference to this object so that method calls can be chained together.
syncSessionToken - The new value for the SyncSessionToken property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.