Class AssignGroupRoleRequest


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

      • AssignGroupRoleRequest

        public AssignGroupRoleRequest()
    • Method Detail

      • getGroupName

        public String getGroupName()
        Getter for groupName. The group to which the role is assigned to. Can be the group name or CRN.
      • setGroupName

        public void setGroupName​(String groupName)
        Setter for groupName. The group to which the role is assigned to. Can be the group name or CRN.
      • getRole

        public String getRole()
        Getter for role. The role being assigned to the group. Can be the role's CRN or name.
      • setRole

        public void setRole​(String role)
        Setter for role. The role being assigned to the group. Can be the role's CRN or name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object