public class DetachSceneDefenseObjectRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
objects
The protection asset that you want to remove from a policy.
|
String |
objectType
The type of the object.
|
String |
policyId
The ID of the policy.
|
| 构造器和说明 |
|---|
DetachSceneDefenseObjectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DetachSceneDefenseObjectRequest |
build(Map<String,?> map) |
String |
getObjects() |
String |
getObjectType() |
String |
getPolicyId() |
DetachSceneDefenseObjectRequest |
setObjects(String objects) |
DetachSceneDefenseObjectRequest |
setObjectType(String objectType) |
DetachSceneDefenseObjectRequest |
setPolicyId(String policyId) |
@NameInMap(value="ObjectType") public String objectType
The type of the object. Set the value to Domain, which indicates a domain name.
example:Domain
@NameInMap(value="Objects") public String objects
The protection asset that you want to remove from a policy. Separate multiple protection assets with commas (,).
This parameter is required.
example:@NameInMap(value="PolicyId") public String policyId
The ID of the policy.
You can call the DescribeSceneDefensePolicies operation to query the IDs of all policies.
This parameter is required.
example:321a-fd31-df51-****
public static DetachSceneDefenseObjectRequest build(Map<String,?> map) throws Exception
Exceptionpublic DetachSceneDefenseObjectRequest setObjectType(String objectType)
public String getObjectType()
public DetachSceneDefenseObjectRequest setObjects(String objects)
public String getObjects()
public DetachSceneDefenseObjectRequest setPolicyId(String policyId)
public String getPolicyId()
Copyright © 2026. All rights reserved.