public class CreatePrivateAccessPolicyResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
policyId
example:
pa-policy-867ef4007c8a****
|
String |
requestId
example:
EFE7EBB2-449D-5BBB-B381-CA7839BC1649
|
构造器和说明 |
---|
CreatePrivateAccessPolicyResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreatePrivateAccessPolicyResponseBody |
build(Map<String,?> map) |
String |
getPolicyId() |
String |
getRequestId() |
CreatePrivateAccessPolicyResponseBody |
setPolicyId(String policyId) |
CreatePrivateAccessPolicyResponseBody |
setRequestId(String requestId) |
@NameInMap(value="PolicyId") public String policyId
pa-policy-867ef4007c8a****
@NameInMap(value="RequestId") public String requestId
EFE7EBB2-449D-5BBB-B381-CA7839BC1649
public static CreatePrivateAccessPolicyResponseBody build(Map<String,?> map) throws Exception
Exception
public CreatePrivateAccessPolicyResponseBody setPolicyId(String policyId)
public String getPolicyId()
public CreatePrivateAccessPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.