@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelKeyDeletionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelKeyDeletionResult() |
Modifier and Type | Method and Description |
---|---|
CancelKeyDeletionResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
The Amazon Resource Name (key ARN) of the CMK
whose deletion is canceled.
|
int |
hashCode() |
void |
setKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK
whose deletion is canceled.
|
String |
toString()
Returns a string representation of this object.
|
CancelKeyDeletionResult |
withKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK
whose deletion is canceled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK whose deletion is canceled.
keyId
- The Amazon Resource Name (key ARN) of
the CMK whose deletion is canceled.public String getKeyId()
The Amazon Resource Name (key ARN) of the CMK whose deletion is canceled.
public CancelKeyDeletionResult withKeyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK whose deletion is canceled.
keyId
- The Amazon Resource Name (key ARN) of
the CMK whose deletion is canceled.public String toString()
toString
in class Object
Object.toString()
public CancelKeyDeletionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.