Class CreateUserAccessKeyRequest


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

      • CreateUserAccessKeyRequest

        public CreateUserAccessKeyRequest()
    • Method Detail

      • getUser

        public String getUser()
        Getter for user. The ID or CRN of the user to whom this access key will be associated. If it is not included, it defaults to the user making the request.
      • setUser

        public void setUser​(String user)
        Setter for user. The ID or CRN of the user to whom this access key will be associated. If it is not included, it defaults to the user making the request.
      • getType

        public String getType()
        Getter for type. The version of an access key to create.
      • setType

        public void setType​(String type)
        Setter for type. The version of an access key to create.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object