public class DeleteDisasterRecoverGroupsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteDisasterRecoverGroupsRequest() | 
| DeleteDisasterRecoverGroupsRequest(DeleteDisasterRecoverGroupsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getDisasterRecoverGroupIds()Get ID list of spread placement groups, obtainable via the [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/api/213/17810?from_cn_redirect=1) API. | 
| void | setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)Set ID list of spread placement groups, obtainable via the [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/api/213/17810?from_cn_redirect=1) API. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeleteDisasterRecoverGroupsRequest()
public DeleteDisasterRecoverGroupsRequest(DeleteDisasterRecoverGroupsRequest source)
public String[] getDisasterRecoverGroupIds()
public void setDisasterRecoverGroupIds(String[] DisasterRecoverGroupIds)
DisasterRecoverGroupIds - ID list of spread placement groups, obtainable via the [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/api/213/17810?from_cn_redirect=1) API. You can operate up to 100 spread placement groups in each request.Copyright © 2023. All rights reserved.