public class ModifyNameOrDescByDpIdRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyNameOrDescByDpIdRequest() | 
| ModifyNameOrDescByDpIdRequest(ModifyNameOrDescByDpIdRequest 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 | getDeployGroupId()Get ID of a placement group. | 
| String | getDeployGroupName()Get Name of a placement group, which can contain up to 60 characters. | 
| String | getDescription()Get Description of a placement group, which can contain up to 200 characters. | 
| void | setDeployGroupId(String DeployGroupId)Set ID of a placement group. | 
| void | setDeployGroupName(String DeployGroupName)Set Name of a placement group, which can contain up to 60 characters. | 
| void | setDescription(String Description)Set Description of a placement group, which can contain up to 200 characters. | 
| 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 ModifyNameOrDescByDpIdRequest()
public ModifyNameOrDescByDpIdRequest(ModifyNameOrDescByDpIdRequest source)
public String getDeployGroupId()
public void setDeployGroupId(String DeployGroupId)
DeployGroupId - ID of a placement group.public String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName - Name of a placement group, which can contain up to 60 characters. The placement group name and description cannot both be empty.public String getDescription()
public void setDescription(String Description)
Description - Description of a placement group, which can contain up to 200 characters. The placement group name and description cannot both be empty.Copyright © 2022. All rights reserved.