Package com.cloudera.cdp.dw.model
Class DeleteUserRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.DeleteUserRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class DeleteUserRequest extends Object
Request object for the deleteUser method.
-
-
Constructor Summary
Constructors Constructor Description DeleteUserRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
Getter for clusterId.String
getUserId()
Getter for userId.int
hashCode()
void
setClusterId(String clusterId)
Setter for clusterId.void
setUserId(String userId)
Setter for userId.String
toString()
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
Getter for clusterId. The ID of the cluster from which the user must be deleted.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. The ID of the cluster from which the user must be deleted.
-
getUserId
public String getUserId()
Getter for userId. A cloud based unique identifier of the user (ARN for AWS users, groupId for Azure users).
-
setUserId
public void setUserId(String userId)
Setter for userId. A cloud based unique identifier of the user (ARN for AWS users, groupId for Azure users).
-
-