public class CreateKeyPairResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private KeyPair |
keyPair
Describes a key pair.
|
Constructor and Description |
---|
CreateKeyPairResult() |
Modifier and Type | Method and Description |
---|---|
CreateKeyPairResult |
clone() |
boolean |
equals(java.lang.Object obj) |
KeyPair |
getKeyPair()
Describes a key pair.
|
int |
hashCode() |
void |
setKeyPair(KeyPair keyPair)
Describes a key pair.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateKeyPairResult |
withKeyPair(KeyPair keyPair)
Describes a key pair.
|
private KeyPair keyPair
Describes a key pair.
public void setKeyPair(KeyPair keyPair)
Describes a key pair.
keyPair
- Describes a key pair.public KeyPair getKeyPair()
Describes a key pair.
public CreateKeyPairResult withKeyPair(KeyPair keyPair)
Describes a key pair.
keyPair
- Describes a key pair.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateKeyPairResult clone()
clone
in class java.lang.Object