Class UnassignUserResourceRoleRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:30:59.971-07:00")
    public class UnassignUserResourceRoleRequest
    extends Object
    Request object for an unassign user role request.
    • Constructor Detail

      • UnassignUserResourceRoleRequest

        public UnassignUserResourceRoleRequest()
    • Method Detail

      • getUser

        public String getUser()
        Getter for user. The user to unassign the resource role from.
      • setUser

        public void setUser​(String user)
        Setter for user. The user to unassign the resource role from.
      • getResourceRoleCrn

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

        public void setResourceRoleCrn​(String resourceRoleCrn)
        Setter for resourceRoleCrn. The CRN of the resource role to unassigned from the user.
      • 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