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 The remarks for the security group. | 
| String | getGroupName()Get Security group can be named freely, but cannot exceed 60 characters. | 
| String | getSecurityGroupId()Get The security group instance ID, such as `sg-33ocnj9n`. | 
| void | setGroupDescription(String GroupDescription)Set The remarks for the security group. | 
| void | setGroupName(String GroupName)Set Security group can be named freely, but cannot exceed 60 characters. | 
| void | setSecurityGroupId(String SecurityGroupId)Set The security group instance ID, such as `sg-33ocnj9n`. | 
| 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 ModifySecurityGroupAttributeRequest()
public ModifySecurityGroupAttributeRequest(ModifySecurityGroupAttributeRequest source)
public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - The security group instance ID, such as `sg-33ocnj9n`. This can be obtained through DescribeSecurityGroups.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - Security group can be named freely, but cannot exceed 60 characters.public String getGroupDescription()
public void setGroupDescription(String GroupDescription)
GroupDescription - The remarks for the security group. The maximum length is 100 characters.Copyright © 2022. All rights reserved.