Class AddUserRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class AddUserRequest
    extends Object
    Request object for the addUser method.
    • Constructor Detail

      • AddUserRequest

        public AddUserRequest()
    • Method Detail

      • getClusterId

        public String getClusterId()
        Getter for clusterId. The ID of the cluster to which the user must be added.
      • setClusterId

        public void setClusterId​(String clusterId)
        Setter for clusterId. The ID of the cluster to which the user must be added.
      • getUserId

        public String getUserId()
        Getter for userId. A cloud based unique identifier of the user (ARN for AWS users, groupId for Azure users).
      • setUserId

        public void setUserId​(String userId)
        Setter for userId. A cloud based unique identifier of the user (ARN for AWS users, groupId for Azure users).
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object