@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRecordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutRecordResult() |
Modifier and Type | Method and Description |
---|---|
PutRecordResult |
clone() |
boolean |
equals(Object obj) |
String |
getRecordId()
The ID of the record.
|
int |
hashCode() |
void |
setRecordId(String recordId)
The ID of the record.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutRecordResult |
withRecordId(String recordId)
The ID of the record.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRecordId(String recordId)
The ID of the record.
recordId
- The ID of the record.public String getRecordId()
The ID of the record.
public PutRecordResult withRecordId(String recordId)
The ID of the record.
recordId
- The ID of the record.public String toString()
toString
in class Object
Object.toString()
public PutRecordResult clone()
Copyright © 2017. All rights reserved.