@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSSHPublicKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful GetSSHPublicKey request.
Constructor and Description |
---|
GetSSHPublicKeyResult() |
Modifier and Type | Method and Description |
---|---|
GetSSHPublicKeyResult |
clone() |
boolean |
equals(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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String toString()
toString
in class Object
Object.toString()
public GetSSHPublicKeyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.