@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyListEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about each entry in the key list.
Constructor and Description |
---|
KeyListEntry() |
Modifier and Type | Method and Description |
---|---|
KeyListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getKeyArn()
ARN of the key.
|
String |
getKeyId()
Unique identifier of the key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 void setKeyId(String keyId)
Unique identifier of the key.
keyId
- Unique identifier of the key.public String getKeyId()
Unique identifier of the key.
public KeyListEntry withKeyId(String keyId)
Unique identifier of the key.
keyId
- Unique identifier of the key.public void setKeyArn(String keyArn)
ARN of the key.
keyArn
- ARN of the key.public String getKeyArn()
ARN of the key.
public KeyListEntry withKeyArn(String keyArn)
ARN of the key.
keyArn
- ARN of the key.public String toString()
toString
in class Object
Object.toString()
public KeyListEntry 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.