public class KeyListEntry extends Object implements Serializable, Cloneable
Contains information about each entry in the key list.
Constructor and Description |
---|
KeyListEntry() |
Modifier and Type | Method and Description |
---|---|
KeyListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
ARN of the key.
|
String |
getKeyId()
Unique identifier of the key.
|
int |
hashCode() |
void |
setKeyArn(String keyArn)
ARN of the key.
|
void |
setKeyId(String keyId)
Unique identifier of the key.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
KeyListEntry |
withKeyArn(String keyArn)
ARN of the key.
|
KeyListEntry |
withKeyId(String keyId)
Unique identifier of the key.
|
public void setKeyId(String keyId)
Unique identifier of the key.
keyId
- Unique identifier of the key.public String getKeyId()
Unique identifier of the key.
public KeyListEntry withKeyId(String keyId)
Unique identifier of the key.
keyId
- Unique identifier of the key.public void setKeyArn(String keyArn)
ARN of the key.
keyArn
- ARN of the key.public String getKeyArn()
ARN of the key.
public KeyListEntry withKeyArn(String keyArn)
ARN of the key.
keyArn
- ARN of the key.public String toString()
toString
in class Object
Object.toString()
public KeyListEntry clone()
Copyright © 2018. All rights reserved.