public class AttachAppPolicyToIdentityResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
failedPolicyNames
The names of the policies that failed to be granted to the RAM user or RAM role.
|
List<String> |
nonExistPolicyNames
The names of the policies that were not found.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
AttachAppPolicyToIdentityResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AttachAppPolicyToIdentityResponseBody |
build(Map<String,?> map) |
List<String> |
getFailedPolicyNames() |
List<String> |
getNonExistPolicyNames() |
String |
getRequestId() |
AttachAppPolicyToIdentityResponseBody |
setFailedPolicyNames(List<String> failedPolicyNames) |
AttachAppPolicyToIdentityResponseBody |
setNonExistPolicyNames(List<String> nonExistPolicyNames) |
AttachAppPolicyToIdentityResponseBody |
setRequestId(String requestId) |
@NameInMap(value="FailedPolicyNames") public List<String> failedPolicyNames
The names of the policies that failed to be granted to the RAM user or RAM role.
@NameInMap(value="NonExistPolicyNames") public List<String> nonExistPolicyNames
The names of the policies that were not found.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static AttachAppPolicyToIdentityResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic AttachAppPolicyToIdentityResponseBody setFailedPolicyNames(List<String> failedPolicyNames)
public AttachAppPolicyToIdentityResponseBody setNonExistPolicyNames(List<String> nonExistPolicyNames)
public AttachAppPolicyToIdentityResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.