Class UploadSSHPublicKeyResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.UploadSSHPublicKeyResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful UploadSSHPublicKey request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Contains information about the SSH public key.int
hashCode()
void
setSSHPublicKey
(SSHPublicKey sSHPublicKey) Contains information about the SSH public key.toString()
Returns a string representation of this object; useful for testing and debugging.withSSHPublicKey
(SSHPublicKey sSHPublicKey) Contains information about the SSH public key.
-
Constructor Details
-
UploadSSHPublicKeyResult
public UploadSSHPublicKeyResult()
-
-
Method Details
-
setSSHPublicKey
Contains information about the SSH public key.
- Parameters:
sSHPublicKey
- Contains information about the SSH public key.
-
getSSHPublicKey
Contains information about the SSH public key.
- Returns:
- Contains information about the SSH public key.
-
withSSHPublicKey
Contains information about the SSH public key.
- Parameters:
sSHPublicKey
- Contains information 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
-