Class UpdateRecordsResult
java.lang.Object
com.amazonaws.services.cognitosync.model.UpdateRecordsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Returned for a successful UpdateRecordsRequest.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of records that have been updated.int
hashCode()
void
setRecords
(Collection<Record> records) A list of records that have been updated.toString()
Returns a string representation of this object; useful for testing and debugging.withRecords
(Record... records) A list of records that have been updated.withRecords
(Collection<Record> records) A list of records that have been updated.
-
Constructor Details
-
UpdateRecordsResult
public UpdateRecordsResult()
-
-
Method Details
-
getRecords
A list of records that have been updated.- Returns:
- A list of records that have been updated.
-
setRecords
A list of records that have been updated.- Parameters:
records
- A list of records that have been updated.
-
withRecords
A list of records that have been updated.NOTE: This method appends the values to the existing list (if any). Use
setRecords(java.util.Collection)
orwithRecords(java.util.Collection)
if you want to override the existing values.- Parameters:
records
- A list of records that have been updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRecords
A list of records that have been updated.- Parameters:
records
- A list of records that have been updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-