public class GetCallerIdentityResponse
extends com.aliyuncs.AcsResponse
| 构造器和说明 |
|---|
GetCallerIdentityResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountId() |
String |
getArn() |
String |
getIdentityType() |
GetCallerIdentityResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getPrincipalId() |
String |
getRequestId() |
String |
getRoleId() |
String |
getUserId() |
void |
setAccountId(String accountId) |
void |
setArn(String arn) |
void |
setIdentityType(String identityType) |
void |
setPrincipalId(String principalId) |
void |
setRequestId(String requestId) |
void |
setRoleId(String roleId) |
void |
setUserId(String userId) |
public String getIdentityType()
public void setIdentityType(String identityType)
public String getAccountId()
public void setAccountId(String accountId)
public String getRequestId()
public void setRequestId(String requestId)
public String getPrincipalId()
public void setPrincipalId(String principalId)
public String getUserId()
public void setUserId(String userId)
public String getArn()
public void setArn(String arn)
public String getRoleId()
public void setRoleId(String roleId)
public GetCallerIdentityResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2021. All rights reserved.