Package com.amazonaws.services.kms.model
Class AliasListEntry
java.lang.Object
com.amazonaws.services.kms.model.AliasListEntry
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information about an alias.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
String that contains the key ARN.String that contains the alias.String that contains the key identifier pointed to by the alias.int
hashCode()
void
setAliasArn
(String aliasArn) String that contains the key ARN.void
setAliasName
(String aliasName) String that contains the alias.void
setTargetKeyId
(String targetKeyId) String that contains the key identifier pointed to by the alias.toString()
Returns a string representation of this object; useful for testing and debugging.withAliasArn
(String aliasArn) String that contains the key ARN.withAliasName
(String aliasName) String that contains the alias.withTargetKeyId
(String targetKeyId) String that contains the key identifier pointed to by the alias.
-
Constructor Details
-
AliasListEntry
public AliasListEntry()
-
-
Method Details
-
setAliasName
String that contains the alias.
- Parameters:
aliasName
- String that contains the alias.
-
getAliasName
String that contains the alias.
- Returns:
- String that contains the alias.
-
withAliasName
String that contains the alias.
- Parameters:
aliasName
- String that contains the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAliasArn
String that contains the key ARN.
- Parameters:
aliasArn
- String that contains the key ARN.
-
getAliasArn
String that contains the key ARN.
- Returns:
- String that contains the key ARN.
-
withAliasArn
String that contains the key ARN.
- Parameters:
aliasArn
- String that contains the key ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetKeyId
String that contains the key identifier pointed to by the alias.
- Parameters:
targetKeyId
- String that contains the key identifier pointed to by the alias.
-
getTargetKeyId
String that contains the key identifier pointed to by the alias.
- Returns:
- String that contains the key identifier pointed to by the alias.
-
withTargetKeyId
String that contains the key identifier pointed to by the alias.
- Parameters:
targetKeyId
- String that contains the key identifier pointed to by the alias.- 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
-