@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) |
Boolean |
getEncrypted()
Indicates whether server-side encryption (SSE) was enabled during this operation.
|
String |
getRecordId()
The ID of the record.
|
int |
hashCode() |
Boolean |
isEncrypted()
Indicates whether server-side encryption (SSE) was enabled during this operation.
|
void |
setEncrypted(Boolean encrypted)
Indicates whether server-side encryption (SSE) was enabled during this operation.
|
void |
setRecordId(String recordId)
The ID of the record.
|
String |
toString()
Returns a string representation of this object.
|
PutRecordResult |
withEncrypted(Boolean encrypted)
Indicates whether server-side encryption (SSE) was enabled during this operation.
|
PutRecordResult |
withRecordId(String recordId)
The ID of the record.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 void setEncrypted(Boolean encrypted)
Indicates whether server-side encryption (SSE) was enabled during this operation.
encrypted - Indicates whether server-side encryption (SSE) was enabled during this operation.public Boolean getEncrypted()
Indicates whether server-side encryption (SSE) was enabled during this operation.
public PutRecordResult withEncrypted(Boolean encrypted)
Indicates whether server-side encryption (SSE) was enabled during this operation.
encrypted - Indicates whether server-side encryption (SSE) was enabled during this operation.public Boolean isEncrypted()
Indicates whether server-side encryption (SSE) was enabled during this operation.
public String toString()
toString in class ObjectObject.toString()public PutRecordResult clone()