public class UpdateRecordsResult extends Object implements Serializable
Returned for a successful UpdateRecordsRequest.
| Constructor and Description |
|---|
UpdateRecordsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Record> |
getRecords()
A list of records that have been updated.
|
int |
hashCode() |
void |
setRecords(Collection<Record> records)
A list of records that have been updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRecordsResult |
withRecords(Collection<Record> records)
A list of records that have been updated.
|
UpdateRecordsResult |
withRecords(Record... records)
A list of records that have been updated.
|
public List<Record> getRecords()
public void setRecords(Collection<Record> records)
records - A list of records that have been updated.public UpdateRecordsResult withRecords(Record... records)
Returns a reference to this object so that method calls can be chained together.
records - A list of records that have been updated.public UpdateRecordsResult withRecords(Collection<Record> records)
Returns a reference to this object so that method calls can be chained together.
records - A list of records that have been updated.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.