@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AliasListEntry extends Object implements Serializable, Cloneable, StructuredPojo
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 referred to by the alias.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 referred 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 referred 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 referred to by the alias.
targetKeyId
- String that contains the key identifier referred to by the alias.public String getTargetKeyId()
String that contains the key identifier referred to by the alias.
public AliasListEntry withTargetKeyId(String targetKeyId)
String that contains the key identifier referred to by the alias.
targetKeyId
- String that contains the key identifier referred to by the alias.public String toString()
toString
in class Object
Object.toString()
public AliasListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.