public class ModifyProxyGroupAttributeRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyProxyGroupAttributeRequest() | 
| ModifyProxyGroupAttributeRequest(ModifyProxyGroupAttributeRequest 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 | getGroupId()Get ID of the connection group to be modified. | 
| String | getGroupName()Get New connection group name. | 
| Long | getProjectId()Get Project ID | 
| void | setGroupId(String GroupId)Set ID of the connection group to be modified. | 
| void | setGroupName(String GroupName)Set New connection group name. | 
| void | setProjectId(Long ProjectId)Set Project ID | 
| 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 ModifyProxyGroupAttributeRequest()
public ModifyProxyGroupAttributeRequest(ModifyProxyGroupAttributeRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - ID of the connection group to be modified.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - New connection group name. Up to 30 characters. The extra characters will be truncated.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project IDCopyright © 2023. All rights reserved.