public class DescribeKeyResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
KeyMetadata |
getKeyMetadata()
Metadata associated with the key.
|
int |
hashCode() |
void |
setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
java.lang.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()
Metadata associated with the key.
Metadata associated with the key.
public void setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
keyMetadata - Metadata associated with the key.
public DescribeKeyResult withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
Returns a reference to this object so that method calls can be chained together.
keyMetadata - Metadata associated with the key.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.