Class DescribeSshPublicKeyResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:59.971-07:00")
    public class DescribeSshPublicKeyResponse
    extends CdpResponse
    Response object for describe user SSH public key.
    • Constructor Detail

      • DescribeSshPublicKeyResponse

        public DescribeSshPublicKeyResponse()
    • 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