public class KeyListEntry extends Object implements Serializable
Contains information about each entry in the key list.
| Constructor and Description |
|---|
KeyListEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKeyArn()
ARN of the key.
|
String |
getKeyId()
Unique identifier of the key.
|
int |
hashCode() |
void |
setKeyArn(String keyArn)
ARN of the key.
|
void |
setKeyId(String keyId)
Unique identifier of the key.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
KeyListEntry |
withKeyArn(String keyArn)
ARN of the key.
|
KeyListEntry |
withKeyId(String keyId)
Unique identifier of the key.
|
public String getKeyId()
Unique identifier of the key.
Constraints:
Length: 1 - 256
Unique identifier of the key.
public void setKeyId(String keyId)
Unique identifier of the key.
Constraints:
Length: 1 - 256
keyId - Unique identifier of the key.
public KeyListEntry withKeyId(String keyId)
Unique identifier of the key.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
keyId - Unique identifier of the key.
public String getKeyArn()
ARN of the key.
Constraints:
Length: 20 - 2048
ARN of the key.
public void setKeyArn(String keyArn)
ARN of the key.
Constraints:
Length: 20 - 2048
keyArn - ARN of the key.
public KeyListEntry withKeyArn(String keyArn)
ARN of the key.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
keyArn - ARN of the key.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.