Package com.cloudera.cdp.iam.model
Class UnassignGroupResourceRoleRequest
java.lang.Object
com.cloudera.cdp.iam.model.UnassignGroupResourceRoleRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.956-07:00")
public class UnassignGroupResourceRoleRequest
extends Object
Request object for an unassign group resource role request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for groupName.Getter for resourceCrn.Getter for resourceRoleCrn.inthashCode()voidsetGroupName(String groupName) Setter for groupName.voidsetResourceCrn(String resourceCrn) Setter for resourceCrn.voidsetResourceRoleCrn(String resourceRoleCrn) Setter for resourceRoleCrn.toString()
-
Constructor Details
-
UnassignGroupResourceRoleRequest
public UnassignGroupResourceRoleRequest()
-
-
Method Details
-
getGroupName
Getter for groupName. The group to unassign the resource role from. -
setGroupName
Setter for groupName. The group to unassign the resource role from. -
getResourceRoleCrn
Getter for resourceRoleCrn. The CRN of the resource role to unassign from the group. -
setResourceRoleCrn
Setter for resourceRoleCrn. The CRN of the resource role to unassign from the group. -
getResourceCrn
Getter for resourceCrn. The CRN of the resource for which the resource role rights will be unassigned. -
setResourceCrn
Setter for resourceCrn. The CRN of the resource for which the resource role rights will be unassigned. -
equals
-
hashCode
public int hashCode() -
toString
-