public class UploadSSHPublicKeyResult extends Object implements Serializable, Cloneable
Contains the response to a successful UploadSSHPublicKey request.
| Constructor and Description |
|---|
UploadSSHPublicKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
UploadSSHPublicKeyResult |
clone() |
boolean |
equals(Object obj) |
SSHPublicKey |
getSSHPublicKey()
Contains information about the SSH public key.
|
int |
hashCode() |
void |
setSSHPublicKey(SSHPublicKey sSHPublicKey)
Contains information about the SSH public key.
|
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.
|
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 String toString()
toString in class ObjectObject.toString()public UploadSSHPublicKeyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.