Class UnassignGroupResourceRoleRequest


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

      • UnassignGroupResourceRoleRequest

        public UnassignGroupResourceRoleRequest()
    • Method Detail

      • getGroupName

        public String getGroupName()
        Getter for groupName. The group to unassign the resource role from.
      • setGroupName

        public void setGroupName​(String groupName)
        Setter for groupName. The group to unassign the resource role from.
      • getResourceRoleCrn

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

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

        public String getResourceCrn()
        Getter for resourceCrn. The CRN of the resource for which the resource role rights will be unassigned.
      • setResourceCrn

        public void setResourceCrn​(String resourceCrn)
        Setter for resourceCrn. The CRN of the resource for which the resource role rights will be unassigned.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object