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="2024-09-27T08:40:27.842-07:00")
public class UnassignGroupResourceRoleRequest
extends Object
Request object for an unassign group resource role request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for groupName.Getter for resourceCrn.Getter for resourceRoleCrn.int
hashCode()
void
setGroupName
(String groupName) Setter for groupName.void
setResourceCrn
(String resourceCrn) Setter for resourceCrn.void
setResourceRoleCrn
(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
-