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="2024-09-27T08:40:27.842-07:00")
public class CreateUserAccessKeyRequest
extends Object
Request object for a create user access key request.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CreateUserAccessKeyRequest
public CreateUserAccessKeyRequest()
-
-
Method Details
-
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
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
Getter for type. The version of an access key to create. -
setType
Setter for type. The version of an access key to create. -
equals
-
hashCode
public int hashCode() -
toString
-