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 Details

    • UnassignGroupResourceRoleRequest

      public UnassignGroupResourceRoleRequest()
  • Method Details

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