public class CreateKeyPairResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateKeyPairResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateKeyPairResult |
clone() |
boolean |
equals(Object obj) |
KeyPair |
getKeyPair()
Information about the key pair.
|
int |
hashCode() |
void |
setKeyPair(KeyPair keyPair)
Information about the key pair.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateKeyPairResult |
withKeyPair(KeyPair keyPair)
Information about the key pair.
|
public KeyPair getKeyPair()
public void setKeyPair(KeyPair keyPair)
keyPair - Information about the key pair.public CreateKeyPairResult withKeyPair(KeyPair keyPair)
Returns a reference to this object so that method calls can be chained together.
keyPair - Information about the key pair.public String toString()
toString in class ObjectObject.toString()public CreateKeyPairResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.