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