public class GetSSHPublicKeyResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful GetSSHPublicKey request.
Modifier and Type | Field and Description |
---|---|
private SSHPublicKey |
sSHPublicKey
A structure containing details about the SSH public key.
|
Constructor and Description |
---|
GetSSHPublicKeyResult() |
Modifier and Type | Method and Description |
---|---|
GetSSHPublicKeyResult |
clone() |
boolean |
equals(java.lang.Object obj) |
SSHPublicKey |
getSSHPublicKey()
A structure containing details about the SSH public key.
|
int |
hashCode() |
void |
setSSHPublicKey(SSHPublicKey sSHPublicKey)
A structure containing details about the SSH public key.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSSHPublicKeyResult |
withSSHPublicKey(SSHPublicKey sSHPublicKey)
A structure containing details about the SSH public key.
|
private SSHPublicKey sSHPublicKey
A structure containing details about the SSH public key.
public void setSSHPublicKey(SSHPublicKey sSHPublicKey)
A structure containing details about the SSH public key.
sSHPublicKey
- A structure containing details about the SSH public key.public SSHPublicKey getSSHPublicKey()
A structure containing details about the SSH public key.
public GetSSHPublicKeyResult withSSHPublicKey(SSHPublicKey sSHPublicKey)
A structure containing details about the SSH public key.
sSHPublicKey
- A structure containing details about the SSH public key.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 GetSSHPublicKeyResult clone()
clone
in class java.lang.Object