public class ModifySecurityGroupAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifySecurityGroupAttributeRequest() |
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, toJsonString
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 © 2020. All rights reserved.