public class DescribeUserInfoRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeUserInfoRequest() | 
| DescribeUserInfoRequest(DescribeUserInfoRequest 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 | 
|---|---|
| String | getUserId()Get User ID, which can contain up to 64 characters. | 
| String | getUserName()Get Username, which can contain up to 64 characters. | 
| void | setUserId(String UserId)Set User ID, which can contain up to 64 characters. | 
| void | setUserName(String UserName)Set Username, which can contain up to 64 characters. | 
| 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, toJsonStringpublic DescribeUserInfoRequest()
public DescribeUserInfoRequest(DescribeUserInfoRequest source)
public String getUserName()
public void setUserName(String UserName)
UserName - Username, which can contain up to 64 characters. You need to specify at least `UserName` or `UserId`. If both are specified, `UserName` will be used first.public String getUserId()
public void setUserId(String UserId)
UserId - User ID, which can contain up to 64 characters. You need to specify at least `UserName` or `UserId`. If both are specified, `UserName` will be used first.Copyright © 2022. All rights reserved.