Class KeyListEntry
java.lang.Object
com.amazonaws.services.kms.model.KeyListEntry
- All Implemented Interfaces:
Serializable, Cloneable
Contains information about each entry in the key list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanARN of the key.getKeyId()Unique identifier of the key.inthashCode()voidARN of the key.voidUnique identifier of the key.toString()Returns a string representation of this object; useful for testing and debugging.withKeyArn(String keyArn) ARN of the key.Unique identifier of the key.
-
Constructor Details
-
KeyListEntry
public KeyListEntry()
-
-
Method Details
-
setKeyId
Unique identifier of the key.
- Parameters:
keyId- Unique identifier of the key.
-
getKeyId
-
withKeyId
Unique identifier of the key.
- Parameters:
keyId- Unique identifier of the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setKeyArn
-
getKeyArn
-
withKeyArn
ARN of the key.
- Parameters:
keyArn- ARN of the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-