@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeyPairResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteKeyPairResult() |
Modifier and Type | Method and Description |
---|---|
DeleteKeyPairResult |
clone() |
boolean |
equals(Object obj) |
Operation |
getOperation()
An array of key-value pairs containing information about the results of your delete key pair request.
|
int |
hashCode() |
void |
setOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete key pair request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteKeyPairResult |
withOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete key pair request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete key pair request.
operation
- An array of key-value pairs containing information about the results of your delete key pair request.public Operation getOperation()
An array of key-value pairs containing information about the results of your delete key pair request.
public DeleteKeyPairResult withOperation(Operation operation)
An array of key-value pairs containing information about the results of your delete key pair request.
operation
- An array of key-value pairs containing information about the results of your delete key pair request.public String toString()
toString
in class Object
Object.toString()
public DeleteKeyPairResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.