@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKeysResponseListItem extends Object implements Serializable, Cloneable, StructuredPojo
A key value pair.
| Constructor and Description |
|---|
ListKeysResponseListItem() |
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponseListItem |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key of the key value pair.
|
String |
getValue()
The value of the key value pair.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The key of the key value pair.
|
void |
setValue(String value)
The value of the key value pair.
|
String |
toString()
Returns a string representation of this object.
|
ListKeysResponseListItem |
withKey(String key)
The key of the key value pair.
|
ListKeysResponseListItem |
withValue(String value)
The value of the key value pair.
|
public void setKey(String key)
The key of the key value pair.
key - The key of the key value pair.public String getKey()
The key of the key value pair.
public ListKeysResponseListItem withKey(String key)
The key of the key value pair.
key - The key of the key value pair.public void setValue(String value)
The value of the key value pair.
value - The value of the key value pair.public String getValue()
The value of the key value pair.
public ListKeysResponseListItem withValue(String value)
The value of the key value pair.
value - The value of the key value pair.public String toString()
toString in class ObjectObject.toString()public ListKeysResponseListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.