Package com.cloudera.cdp.iam.model
Class UnassignMachineUserRoleRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.UnassignMachineUserRoleRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.174-08:00") public class UnassignMachineUserRoleRequest extends Object
Request object for an unassign machine user role request.
-
-
Constructor Summary
Constructors Constructor Description UnassignMachineUserRoleRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getMachineUserName()
Getter for machineUserName.String
getRole()
Getter for role.int
hashCode()
void
setMachineUserName(String machineUserName)
Setter for machineUserName.void
setRole(String role)
Setter for role.String
toString()
-
-
-
Method Detail
-
getMachineUserName
public String getMachineUserName()
Getter for machineUserName. The machine user to unassigned the roles from. Can be the machine user's name or CRN.
-
setMachineUserName
public void setMachineUserName(String machineUserName)
Setter for machineUserName. The machine user to unassigned the roles from. Can be the machine user's name or CRN.
-
getRole
public String getRole()
Getter for role. The role to unassigned from the user. Can be the role's name or CRN.
-
setRole
public void setRole(String role)
Setter for role. The role to unassigned from the user. Can be the role's name or CRN.
-
-