public class DeleteKeyPairRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<DeleteKeyPairRequest>
DeleteKeyPair operation
.
Deletes the specified key pair, by removing the public key from Amazon EC2.
Constructor and Description |
---|
DeleteKeyPairRequest()
Default constructor for a new DeleteKeyPairRequest object.
|
DeleteKeyPairRequest(java.lang.String keyName)
Constructs a new DeleteKeyPairRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Request<DeleteKeyPairRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getKeyName()
The name of the key pair.
|
int |
hashCode() |
void |
setKeyName(java.lang.String keyName)
The name of the key pair.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteKeyPairRequest |
withKeyName(java.lang.String keyName)
The name of the key pair.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteKeyPairRequest()
public DeleteKeyPairRequest(java.lang.String keyName)
keyName
- The name of the key pair.public java.lang.String getKeyName()
public void setKeyName(java.lang.String keyName)
keyName
- The name of the key pair.public DeleteKeyPairRequest withKeyName(java.lang.String keyName)
Returns a reference to this object so that method calls can be chained together.
keyName
- The name of the key pair.public Request<DeleteKeyPairRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteKeyPairRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.