public class CreateAccessKeyRequest extends AbstractModel
Constructor and Description |
---|
CreateAccessKeyRequest() |
CreateAccessKeyRequest(CreateAccessKeyRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getTargetUin()
Get UIN of the specified user.
|
void |
setTargetUin(Long TargetUin)
Set UIN of the specified user.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateAccessKeyRequest()
public CreateAccessKeyRequest(CreateAccessKeyRequest source)
public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- UIN of the specified user. If this parameter is left empty, the access key will be created for the current user by default.Copyright © 2023. All rights reserved.