public class PutRecordResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of PutRecord.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
recordId
The ID of the record.
|
Constructor and Description |
---|
PutRecordResult() |
Modifier and Type | Method and Description |
---|---|
PutRecordResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRecordId()
The ID of the record.
|
int |
hashCode() |
void |
setRecordId(java.lang.String recordId)
The ID of the record.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutRecordResult |
withRecordId(java.lang.String recordId)
The ID of the record.
|
public void setRecordId(java.lang.String recordId)
The ID of the record.
recordId
- The ID of the record.public java.lang.String getRecordId()
The ID of the record.
public PutRecordResult withRecordId(java.lang.String recordId)
The ID of the record.
recordId
- The ID of the record.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutRecordResult clone()
clone
in class java.lang.Object