|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteKeyPairRequest
public class DeleteKeyPairRequest
Represents a request to delete an Amazon EC2 key pair.
Constructor Summary | |
---|---|
DeleteKeyPairRequest()
|
Method Summary | |
---|---|
String |
getKeyName()
The name of the Amazon EC2 key pair to delete. |
void |
setKeyName(String keyName)
The name of the Amazon EC2 key pair to delete. |
String |
toString()
|
DeleteKeyPairRequest |
withKeyName(String keyName)
The name of the Amazon EC2 key pair to delete. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteKeyPairRequest()
Method Detail |
---|
public String getKeyName()
public void setKeyName(String keyName)
keyName
- The name of the Amazon EC2 key pair to delete.public DeleteKeyPairRequest withKeyName(String keyName)
Returns a reference to this object so that method calls can be chained together.
keyName
- The name of the Amazon EC2 key pair to delete.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |