public class ModifySecurityGroupAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifySecurityGroupAttributeRequest() |
ModifySecurityGroupAttributeRequest(ModifySecurityGroupAttributeRequest 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 |
getGroupDescription()
Get Security group remarks, which can contain up to 100 characters.
|
String |
getGroupName()
Get Security group name, which can be customized with up to 60 characters.
|
String |
getSecurityGroupId()
Get Security group instance ID, such as `esg-33ocnj9n`, which can be obtained through the `DescribeSecurityGroups` API.
|
void |
setGroupDescription(String GroupDescription)
Set Security group remarks, which can contain up to 100 characters.
|
void |
setGroupName(String GroupName)
Set Security group name, which can be customized with up to 60 characters.
|
void |
setSecurityGroupId(String SecurityGroupId)
Set Security group instance ID, such as `esg-33ocnj9n`, which can be obtained through the `DescribeSecurityGroups` API.
|
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 ModifySecurityGroupAttributeRequest()
public ModifySecurityGroupAttributeRequest(ModifySecurityGroupAttributeRequest source)
public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- Security group instance ID, such as `esg-33ocnj9n`, which can be obtained through the `DescribeSecurityGroups` API.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Security group name, which can be customized with up to 60 characters.public String getGroupDescription()
public void setGroupDescription(String GroupDescription)
GroupDescription
- Security group remarks, which can contain up to 100 characters.Copyright © 2023. All rights reserved.