Class DescribeSshPublicKeyRequest

java.lang.Object
com.cloudera.cdp.iam.model.DescribeSshPublicKeyRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.842-07:00") public class DescribeSshPublicKeyRequest extends Object
Request object for describe SSH public key.
  • Constructor Details

    • DescribeSshPublicKeyRequest

      public DescribeSshPublicKeyRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object