Class DescribeSshPublicKeyResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.iam.model.DescribeSshPublicKeyResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:18.698-07:00") public class DescribeSshPublicKeyResponse extends CdpResponse
Response object for describe user SSH public key.
  • Constructor Details

    • DescribeSshPublicKeyResponse

      public DescribeSshPublicKeyResponse()
  • Method Details

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