Package com.cloudera.cdp.iam.model
Class UnlockMachineUserInControlPlaneRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.UnlockMachineUserInControlPlaneRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.066-07:00") public class UnlockMachineUserInControlPlaneRequest extends Object
Request object for unlocking the machine user in the control plane.
-
-
Constructor Summary
Constructors Constructor Description UnlockMachineUserInControlPlaneRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getMachineUser()
Getter for machineUser.int
hashCode()
void
setMachineUser(String machineUser)
Setter for machineUser.String
toString()
-
-
-
Method Detail
-
getMachineUser
public String getMachineUser()
Getter for machineUser. The name or CRN of the machine user to be unlocked in the CDP control plane.
-
setMachineUser
public void setMachineUser(String machineUser)
Setter for machineUser. The name or CRN of the machine user to be unlocked in the CDP control plane.
-
-