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