public class GenerateDataKeyResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GenerateDataKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
GenerateDataKeyResponse |
ciphertextBlob(String ciphertextBlob) |
boolean |
equals(Object o) |
String |
getCiphertextBlob()
Get ciphertextBlob
|
String |
getPlaintext()
Get plaintext
|
int |
hashCode() |
GenerateDataKeyResponse |
plaintext(String plaintext) |
void |
setCiphertextBlob(String ciphertextBlob) |
void |
setPlaintext(String plaintext) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic GenerateDataKeyResponse ciphertextBlob(String ciphertextBlob)
public String getCiphertextBlob()
public void setCiphertextBlob(String ciphertextBlob)
public GenerateDataKeyResponse plaintext(String plaintext)
public String getPlaintext()
public void setPlaintext(String plaintext)
Copyright © 2025. All rights reserved.