@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public DeleteKeyRequestListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.