Class AssignGroupResourceRoleRequest


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

      • AssignGroupResourceRoleRequest

        public AssignGroupResourceRoleRequest()
    • Method Detail

      • getGroupName

        public String getGroupName()
        Getter for groupName. The group to assign the resource role to. Can be the group's name or CRN.
      • setGroupName

        public void setGroupName​(String groupName)
        Setter for groupName. The group to assign the resource role to. Can be the group's name or CRN.
      • getResourceRoleCrn

        public String getResourceRoleCrn()
        Getter for resourceRoleCrn. The CRN of the resource role being assigned to the group.
      • setResourceRoleCrn

        public void setResourceRoleCrn​(String resourceRoleCrn)
        Setter for resourceRoleCrn. The CRN of the resource role being assigned to the group.
      • getResourceCrn

        public String getResourceCrn()
        Getter for resourceCrn. The resource for which the resource role rights are granted.
      • setResourceCrn

        public void setResourceCrn​(String resourceCrn)
        Setter for resourceCrn. The resource for which the resource role rights are granted.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object