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