public class CreateKeyPairResult extends Object implements Serializable
Constructor and Description |
---|
CreateKeyPairResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2015. All rights reserved.