Package com.amazonaws.services.kms.model
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()
boolean
ARN of the key.getKeyId()
Unique identifier of the key.int
hashCode()
void
ARN of the key.void
Unique 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
Unique identifier of the key.
- Returns:
- Unique identifier of the key.
-
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
ARN of the key.
- Parameters:
keyArn
- ARN of the key.
-
getKeyArn
ARN of the key.
- Returns:
- ARN of the key.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-