Class CreateUserAccessKeyResponse


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

      • CreateUserAccessKeyResponse

        public CreateUserAccessKeyResponse()
    • Method Detail

      • getAccessKey

        public AccessKey getAccessKey()
        Getter for accessKey. The access key that was created.
      • setAccessKey

        public void setAccessKey​(AccessKey accessKey)
        Setter for accessKey. The access key that was created.
      • getPrivateKey

        public String getPrivateKey()
        Getter for privateKey. The private key associated with this access key. This string is the contents of a PEM file containing a PKCS#8 private key.
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
        Setter for privateKey. The private key associated with this access key. This string is the contents of a PEM file containing a PKCS#8 private key.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object