com.amazonaws.services.ec2.model
Class DeleteKeyPairRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DeleteKeyPairRequest

public class DeleteKeyPairRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteKeyPair operation.

The DeleteKeyPair operation deletes a key pair.

See Also:
AmazonEC2.deleteKeyPair(DeleteKeyPairRequest)

Constructor Summary
DeleteKeyPairRequest()
          Default constructor for a new DeleteKeyPairRequest object.
DeleteKeyPairRequest(String keyName)
          Constructs a new DeleteKeyPairRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 String getKeyName()
          The name of the Amazon EC2 key pair to delete.
 int hashCode()
           
 void setKeyName(String keyName)
          The name of the Amazon EC2 key pair to delete.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteKeyPairRequest withKeyName(String keyName)
          The name of the Amazon EC2 key pair to delete.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteKeyPairRequest

public DeleteKeyPairRequest()
Default constructor for a new DeleteKeyPairRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


DeleteKeyPairRequest

public DeleteKeyPairRequest(String keyName)
Constructs a new DeleteKeyPairRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
keyName - The name of the Amazon EC2 key pair to delete.
Method Detail

getKeyName

public String getKeyName()
The name of the Amazon EC2 key pair to delete.

Returns:
The name of the Amazon EC2 key pair to delete.

setKeyName

public void setKeyName(String keyName)
The name of the Amazon EC2 key pair to delete.

Parameters:
keyName - The name of the Amazon EC2 key pair to delete.

withKeyName

public DeleteKeyPairRequest withKeyName(String keyName)
The name of the Amazon EC2 key pair to delete.

Returns a reference to this object so that method calls can be chained together.

Parameters:
keyName - The name of the Amazon EC2 key pair to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.