public class ModifyAccountGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyAccountGroupRequest() | 
| ModifyAccountGroupRequest(ModifyAccountGroupRequest 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 | getAccountGroupId()Get Account group ID. | 
| String | getDescription()Get Description. | 
| String | getGroupName()Get Account group name. | 
| void | setAccountGroupId(String AccountGroupId)Set Account group ID. | 
| void | setDescription(String Description)Set Description. | 
| void | setGroupName(String GroupName)Set Account group name. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyAccountGroupRequest()
public ModifyAccountGroupRequest(ModifyAccountGroupRequest source)
public String getAccountGroupId()
public void setAccountGroupId(String AccountGroupId)
AccountGroupId - Account group ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Account group name. When this parameter is not specified, the name will not be modified.public String getDescription()
public void setDescription(String Description)
Description - Description. When this parameter is not specified, the description will not be modified.Copyright © 2025. All rights reserved.