Class AddSshPublicKeyResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class AddSshPublicKeyResponse
    extends CdpResponse
    Response object for add ssh public key.
    • Constructor Detail

      • AddSshPublicKeyResponse

        public AddSshPublicKeyResponse()
    • Method Detail

      • getSshPublicKey

        public SshPublicKey getSshPublicKey()
        Getter for sshPublicKey. Information about the SSH public key.
      • setSshPublicKey

        public void setSshPublicKey​(SshPublicKey sshPublicKey)
        Setter for sshPublicKey. Information about the SSH public key.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object