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 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
|
String |
getName()
Get 分散置放群组名称,长度1-60个字符,支持中、英文。
|
void |
setDisasterRecoverGroupId(String DisasterRecoverGroupId)
Set 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。
|
void |
setName(String Name)
Set 分散置放群组名称,长度1-60个字符,支持中、英文。
|
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, toJsonString
public ModifyDisasterRecoverGroupAttributeRequest()
public ModifyDisasterRecoverGroupAttributeRequest(ModifyDisasterRecoverGroupAttributeRequest source)
public String getDisasterRecoverGroupId()
public void setDisasterRecoverGroupId(String DisasterRecoverGroupId)
DisasterRecoverGroupId
- 分散置放群组ID,可使用[DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/api/213/17810)接口获取。public String getName()
public void setName(String Name)
Name
- 分散置放群组名称,长度1-60个字符,支持中、英文。Copyright © 2021. All rights reserved.