public class UpdateRecordsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdateRecordsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Record> |
getRecords()
Returns the value of the Records property for this object.
|
int |
hashCode() |
void |
setRecords(java.util.Collection<Record> records)
Sets the value of the Records property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRecordsResult |
withRecords(java.util.Collection<Record> records)
Sets the value of the Records property for this object.
|
UpdateRecordsResult |
withRecords(Record... records)
Sets the value of the Records 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 UpdateRecordsResult 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 UpdateRecordsResult 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 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