Class GetSSHPublicKeyResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetSSHPublicKeyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetSSHPublicKey request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A structure containing details about the SSH public key.int
hashCode()
void
setSSHPublicKey
(SSHPublicKey sSHPublicKey) A structure containing details about the SSH public key.toString()
Returns a string representation of this object; useful for testing and debugging.withSSHPublicKey
(SSHPublicKey sSHPublicKey) A structure containing details about the SSH public key.
-
Constructor Details
-
GetSSHPublicKeyResult
public GetSSHPublicKeyResult()
-
-
Method Details
-
setSSHPublicKey
A structure containing details about the SSH public key.
- Parameters:
sSHPublicKey
- A structure containing details about the SSH public key.
-
getSSHPublicKey
A structure containing details about the SSH public key.
- Returns:
- A structure containing details about the SSH public key.
-
withSSHPublicKey
A structure containing details about the SSH public key.
- Parameters:
sSHPublicKey
- A structure containing details about the SSH public key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-