public class CancelKeyDeletionResult extends Object implements Serializable
| Constructor and Description |
|---|
CancelKeyDeletionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKeyId()
The unique identifier of the master key for which deletion is canceled.
|
int |
hashCode() |
void |
setKeyId(String keyId)
The unique identifier of the master key for which deletion is canceled.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelKeyDeletionResult |
withKeyId(String keyId)
The unique identifier of the master key for which deletion is canceled.
|
public String getKeyId()
The unique identifier of the master key for which deletion is canceled.
Constraints:
Length: 1 - 2048
The unique identifier of the master key for which deletion is canceled.
public void setKeyId(String keyId)
The unique identifier of the master key for which deletion is canceled.
Constraints:
Length: 1 - 2048
keyId - The unique identifier of the master key for which deletion is canceled.
public CancelKeyDeletionResult withKeyId(String keyId)
The unique identifier of the master key for which deletion is canceled.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
keyId - The unique identifier of the master key for which deletion is canceled.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.