public class GetCallerIdentityResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountId
example:
196813200012****
|
String |
arn
example:
acs:ram::196813200012****:user/admin
|
String |
identityType
example:
RAMUser
|
String |
principalId
example:
28877424437521****
|
String |
requestId
example:
3C87BF47-3724-5443-ADC1-5AEAD9A03EB1
|
String |
roleId
example:
33537620082992****
|
String |
userId
example:
216959339000****
|
| 构造器和说明 |
|---|
GetCallerIdentityResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCallerIdentityResponseBody |
build(Map<String,?> map) |
String |
getAccountId() |
String |
getArn() |
String |
getIdentityType() |
String |
getPrincipalId() |
String |
getRequestId() |
String |
getRoleId() |
String |
getUserId() |
GetCallerIdentityResponseBody |
setAccountId(String accountId) |
GetCallerIdentityResponseBody |
setArn(String arn) |
GetCallerIdentityResponseBody |
setIdentityType(String identityType) |
GetCallerIdentityResponseBody |
setPrincipalId(String principalId) |
GetCallerIdentityResponseBody |
setRequestId(String requestId) |
GetCallerIdentityResponseBody |
setRoleId(String roleId) |
GetCallerIdentityResponseBody |
setUserId(String userId) |
@NameInMap(value="AccountId") public String accountId
196813200012****
@NameInMap(value="Arn") public String arn
acs:ram::196813200012****:user/admin
@NameInMap(value="IdentityType") public String identityType
RAMUser
@NameInMap(value="PrincipalId") public String principalId
28877424437521****
@NameInMap(value="RequestId") public String requestId
3C87BF47-3724-5443-ADC1-5AEAD9A03EB1
@NameInMap(value="RoleId") public String roleId
33537620082992****
@NameInMap(value="UserId") public String userId
216959339000****
public static GetCallerIdentityResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetCallerIdentityResponseBody setAccountId(String accountId)
public String getAccountId()
public GetCallerIdentityResponseBody setArn(String arn)
public String getArn()
public GetCallerIdentityResponseBody setIdentityType(String identityType)
public String getIdentityType()
public GetCallerIdentityResponseBody setPrincipalId(String principalId)
public String getPrincipalId()
public GetCallerIdentityResponseBody setRequestId(String requestId)
public String getRequestId()
public GetCallerIdentityResponseBody setRoleId(String roleId)
public String getRoleId()
public GetCallerIdentityResponseBody setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.