@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteKeyResult |
clone() |
boolean |
equals(Object obj) |
Key |
getKey()
The
KeyARN of the key that is scheduled for deletion. |
int |
hashCode() |
void |
setKey(Key key)
The
KeyARN of the key that is scheduled for deletion. |
String |
toString()
Returns a string representation of this object.
|
DeleteKeyResult |
withKey(Key key)
The
KeyARN of the key that is scheduled for deletion. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKey(Key key)
The KeyARN of the key that is scheduled for deletion.
key - The KeyARN of the key that is scheduled for deletion.public Key getKey()
The KeyARN of the key that is scheduled for deletion.
KeyARN of the key that is scheduled for deletion.public DeleteKeyResult withKey(Key key)
The KeyARN of the key that is scheduled for deletion.
key - The KeyARN of the key that is scheduled for deletion.public String toString()
toString in class ObjectObject.toString()public DeleteKeyResult clone()