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="2024-09-27T08:40:27.842-07:00")
public class UnlockMachineUserInControlPlaneRequest
extends Object
Request object for unlocking the machine user in the control plane.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for machineUser.int
hashCode()
void
setMachineUser
(String machineUser) Setter for machineUser.toString()
-
Constructor Details
-
UnlockMachineUserInControlPlaneRequest
public UnlockMachineUserInControlPlaneRequest()
-
-
Method Details
-
getMachineUser
Getter for machineUser. The name or CRN of the machine user to be unlocked in the CDP control plane. -
setMachineUser
Setter for machineUser. The name or CRN of the machine user to be unlocked in the CDP control plane. -
equals
-
hashCode
public int hashCode() -
toString
-