Class UnassignUserResourceRoleRequest

java.lang.Object
com.cloudera.cdp.iam.model.UnassignUserResourceRoleRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:18.698-07:00") public class UnassignUserResourceRoleRequest extends Object
Request object for an unassign user role request.
  • Constructor Details

    • UnassignUserResourceRoleRequest

      public UnassignUserResourceRoleRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object