Package com.cloudera.cdp.dw.model
Class AddUserRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.AddUserRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-06-01T14:27:20.055-07:00") public class AddUserRequest extends Object
Request object for the addUser method.
-
-
Constructor Summary
Constructors Constructor Description AddUserRequest()
-
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 to which the user must be added.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. The ID of the cluster to which the user must be added.
-
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).
-
-