public class AliasListEntry extends Object implements Serializable, Cloneable
Contains information about an alias.
Constructor and Description |
---|
AliasListEntry() |
Modifier and Type | Method and Description |
---|---|
AliasListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getAliasArn()
String that contains the key ARN.
|
String |
getAliasName()
String that contains the alias.
|
String |
getTargetKeyId()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AliasListEntry |
withAliasArn(String aliasArn)
String that contains the key ARN.
|
AliasListEntry |
withAliasName(String aliasName)
String that contains the alias.
|
AliasListEntry |
withTargetKeyId(String targetKeyId)
String that contains the key identifier pointed to by the alias.
|
public void setAliasName(String aliasName)
String that contains the alias.
aliasName
- String that contains the alias.public String getAliasName()
String that contains the alias.
public AliasListEntry withAliasName(String aliasName)
String that contains the alias.
aliasName
- String that contains the alias.public void setAliasArn(String aliasArn)
String that contains the key ARN.
aliasArn
- String that contains the key ARN.public String getAliasArn()
String that contains the key ARN.
public AliasListEntry withAliasArn(String aliasArn)
String that contains the key ARN.
aliasArn
- String that contains the key ARN.public void setTargetKeyId(String targetKeyId)
String that contains the key identifier pointed to by the alias.
targetKeyId
- String that contains the key identifier pointed to by the alias.public String getTargetKeyId()
String that contains the key identifier pointed to by the alias.
public AliasListEntry withTargetKeyId(String targetKeyId)
String that contains the key identifier pointed to by the alias.
targetKeyId
- String that contains the key identifier pointed to by the alias.public String toString()
toString
in class Object
Object.toString()
public AliasListEntry clone()
Copyright © 2018. All rights reserved.