public class ModifyDisasterRecoverGroupAttributeRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyDisasterRecoverGroupAttributeRequest() | 
| ModifyDisasterRecoverGroupAttributeRequest(ModifyDisasterRecoverGroupAttributeRequest 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 | getDisasterRecoverGroupId()Get Spread placement group ID, which can be obtained by calling the [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/api/213/17810?from_cn_redirect=1) API. | 
| String | getName()Get Name of a spread placement group. | 
| void | setDisasterRecoverGroupId(String DisasterRecoverGroupId)Set Spread placement group ID, which can be obtained by calling the [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/api/213/17810?from_cn_redirect=1) API. | 
| void | setName(String Name)Set Name of a spread placement group. | 
| 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 ModifyDisasterRecoverGroupAttributeRequest()
public ModifyDisasterRecoverGroupAttributeRequest(ModifyDisasterRecoverGroupAttributeRequest source)
public String getDisasterRecoverGroupId()
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
DisasterRecoverGroupId - Spread placement group ID, which can be obtained by calling the [DescribeDisasterRecoverGroups](https://intl.cloud.tencent.com/document/api/213/17810?from_cn_redirect=1) API.public String getName()
public void setName(String Name)
Name - Name of a spread placement group. The name must be 1-60 characters long and can contain both Chinese characters and English letters.Copyright © 2022. All rights reserved.