Package com.cloudera.cdp.iam.model
Class RemoveMachineUserFromGroupRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.RemoveMachineUserFromGroupRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.174-08:00") public class RemoveMachineUserFromGroupRequest extends Object
Request object for a remove machine user from group request.
-
-
Constructor Summary
Constructors Constructor Description RemoveMachineUserFromGroupRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getGroupName()
Getter for groupName.String
getMachineUserName()
Getter for machineUserName.int
hashCode()
void
setGroupName(String groupName)
Setter for groupName.void
setMachineUserName(String machineUserName)
Setter for machineUserName.String
toString()
-
-
-
Method Detail
-
getMachineUserName
public String getMachineUserName()
Getter for machineUserName. The name or CRN of the machine user to add to the group.
-
setMachineUserName
public void setMachineUserName(String machineUserName)
Setter for machineUserName. The name or CRN of the machine user to add to the group.
-
getGroupName
public String getGroupName()
Getter for groupName. The name or CRN of the group to remove the machine user from.
-
setGroupName
public void setGroupName(String groupName)
Setter for groupName. The name or CRN of the group to remove the machine user from.
-
-