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 Placement group ID 
 | 
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 Placement group ID 
 | 
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 - Placement group IDpublic 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 can’t 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 can’t be empty.Copyright © 2022. All rights reserved.