Package com.cloudera.cdp.iam.model
Class CreateUserAccessKeyRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.CreateUserAccessKeyRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.174-08:00") public class CreateUserAccessKeyRequest extends Object
Request object for a create user access key request.
-
-
Constructor Summary
Constructors Constructor Description CreateUserAccessKeyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getType()
Getter for type.String
getUser()
Getter for user.int
hashCode()
void
setType(String type)
Setter for type.void
setUser(String user)
Setter for user.String
toString()
-
-
-
Method Detail
-
getUser
public String getUser()
Getter for user. The ID or CRN of the user to whom this access key will be associated. If it is not included, it defaults to the user making the request.
-
setUser
public void setUser(String user)
Setter for user. The ID or CRN of the user to whom this access key will be associated. If it is not included, it defaults to the user making the request.
-
getType
public String getType()
Getter for type. The version of an access key to create.
-
setType
public void setType(String type)
Setter for type. The version of an access key to create.
-
-