Class DescribeSshPublicKeyRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class DescribeSshPublicKeyRequest
    extends Object
    Request object for describe SSH public key.
    • Constructor Detail

      • DescribeSshPublicKeyRequest

        public DescribeSshPublicKeyRequest()
    • Method Detail

      • getCrnOrFingerprint

        public String getCrnOrFingerprint()
        Getter for crnOrFingerprint. The SSH public key CRN or its SHA256 fingerprint.
      • setCrnOrFingerprint

        public void setCrnOrFingerprint​(String crnOrFingerprint)
        Setter for crnOrFingerprint. The SSH public key CRN or its SHA256 fingerprint.
      • getActorCrn

        public String getActorCrn()
        Getter for actorCrn. The CRN of the user or machine user that the SSH public key belongs to. If it is not included, it defaults to the actor making the request.
      • setActorCrn

        public void setActorCrn​(String actorCrn)
        Setter for actorCrn. The CRN of the user or machine user that the SSH public key belongs to. If it is not included, it defaults to the actor making the request.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object