public class CreateAccessGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAccessGroupRequest() | 
| CreateAccessGroupRequest(CreateAccessGroupRequest 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 | getAccessGroupName()Get 权限组名称 | 
| String | getDescription()Get 权限组描述,默认为空字符串 | 
| String | getVpcId()Get VPC网络ID | 
| Long | getVpcType()Get VPC网络类型(1:CVM) | 
| void | setAccessGroupName(String AccessGroupName)Set 权限组名称 | 
| void | setDescription(String Description)Set 权限组描述,默认为空字符串 | 
| void | setVpcId(String VpcId)Set VPC网络ID | 
| void | setVpcType(Long VpcType)Set VPC网络类型(1:CVM) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateAccessGroupRequest()
public CreateAccessGroupRequest(CreateAccessGroupRequest source)
public String getAccessGroupName()
public void setAccessGroupName(String AccessGroupName)
AccessGroupName - 权限组名称public Long getVpcType()
public void setVpcType(Long VpcType)
VpcType - VPC网络类型(1:CVM)public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC网络IDpublic String getDescription()
public void setDescription(String Description)
Description - 权限组描述,默认为空字符串Copyright © 2025. All rights reserved.