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