Class AddMachineUserToGroupRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class AddMachineUserToGroupRequest
    extends Object
    Request object for an add machine user to group request.
    • Constructor Detail

      • AddMachineUserToGroupRequest

        public AddMachineUserToGroupRequest()
    • Method Detail

      • getMachineUserName

        public String getMachineUserName()
        Getter for machineUserName. The name or CRN of the machine user to add to the group.
      • setMachineUserName

        public void setMachineUserName​(String machineUserName)
        Setter for machineUserName. The name or CRN of the machine user to add to the group.
      • getGroupName

        public String getGroupName()
        Getter for groupName. The name or CRN of the group to add the machine user to.
      • setGroupName

        public void setGroupName​(String groupName)
        Setter for groupName. The name or CRN of the group to add the machine user to.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object