public class ModifyProxyGroupAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyProxyGroupAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get ID of the connection group to be modified.
|
String |
getGroupName()
Get New connection group name.
|
void |
setGroupId(String GroupId)
Set ID of the connection group to be modified.
|
void |
setGroupName(String GroupName)
Set New connection group name.
|
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 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.Copyright © 2020. All rights reserved.