public class AliasListEntry
extends java.lang.Object
implements java.io.Serializable
Contains information about an alias.
Constructor and Description |
---|
AliasListEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAliasArn()
String that contains the key ARN.
|
java.lang.String |
getAliasName()
String that contains the alias.
|
java.lang.String |
getTargetKeyId()
String that contains the key identifier referred to by the alias.
|
int |
hashCode() |
void |
setAliasArn(java.lang.String aliasArn)
String that contains the key ARN.
|
void |
setAliasName(java.lang.String aliasName)
String that contains the alias.
|
void |
setTargetKeyId(java.lang.String targetKeyId)
String that contains the key identifier referred to by the alias.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AliasListEntry |
withAliasArn(java.lang.String aliasArn)
String that contains the key ARN.
|
AliasListEntry |
withAliasName(java.lang.String aliasName)
String that contains the alias.
|
AliasListEntry |
withTargetKeyId(java.lang.String targetKeyId)
String that contains the key identifier referred to by the alias.
|
public java.lang.String getAliasName()
String that contains the alias.
Constraints:
Length: 1 - 256
Pattern: ^[a-zA-Z0-9:/_-]+$
String that contains the alias.
public void setAliasName(java.lang.String aliasName)
String that contains the alias.
Constraints:
Length: 1 - 256
Pattern: ^[a-zA-Z0-9:/_-]+$
aliasName
- String that contains the alias.
public AliasListEntry withAliasName(java.lang.String aliasName)
String that contains the alias.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: ^[a-zA-Z0-9:/_-]+$
aliasName
- String that contains the alias.
public java.lang.String getAliasArn()
String that contains the key ARN.
Constraints:
Length: 20 - 2048
String that contains the key ARN.
public void setAliasArn(java.lang.String aliasArn)
String that contains the key ARN.
Constraints:
Length: 20 - 2048
aliasArn
- String that contains the key ARN.
public AliasListEntry withAliasArn(java.lang.String aliasArn)
String that contains the key ARN.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
aliasArn
- String that contains the key ARN.
public java.lang.String getTargetKeyId()
String that contains the key identifier referred to by the alias.
Constraints:
Length: 1 - 256
String that contains the key identifier referred to by the alias.
public void setTargetKeyId(java.lang.String targetKeyId)
String that contains the key identifier referred to by the alias.
Constraints:
Length: 1 - 256
targetKeyId
- String that contains the key identifier referred to by the alias.
public AliasListEntry withTargetKeyId(java.lang.String targetKeyId)
String that contains the key identifier referred to by the alias.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
targetKeyId
- String that contains the key identifier referred to by the alias.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.