public class CreateKeyResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
KeyMetadata |
getKeyMetadata()
Metadata associated with the CMK.
|
int |
hashCode() |
void |
setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateKeyResult |
withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
|
public KeyMetadata getKeyMetadata()
Metadata associated with the CMK.
Metadata associated with the CMK.
public void setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
keyMetadata - Metadata associated with the CMK.
public CreateKeyResult withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
Returns a reference to this object so that method calls can be chained together.
keyMetadata - Metadata associated with the CMK.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.