public class CreateSecurityGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSecurityGroupRequest() |
CreateSecurityGroupRequest(CreateSecurityGroupRequest 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.
|
Tag[] |
getTags()
Get List of bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
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 |
setTags(Tag[] Tags)
Set List of bound tags, such as [{"Key": "city", "Value": "shanghai"}].
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateSecurityGroupRequest()
public CreateSecurityGroupRequest(CreateSecurityGroupRequest source)
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.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- List of bound tags, such as [{"Key": "city", "Value": "shanghai"}].Copyright © 2024. All rights reserved.