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