public class DescribeAccessGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAccessGroupsRequest() | 
| DescribeAccessGroupsRequest(DescribeAccessGroupsRequest 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 | 
|---|---|
| Long | getOwnerUin()Get 资源所属者Uin | 
| String | getVpcId()Get VPC网络ID
备注:入参只能指定VpcId和OwnerUin的其中一个 | 
| void | setOwnerUin(Long OwnerUin)Set 资源所属者Uin | 
| void | setVpcId(String VpcId)Set VPC网络ID
备注:入参只能指定VpcId和OwnerUin的其中一个 | 
| 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 DescribeAccessGroupsRequest()
public DescribeAccessGroupsRequest(DescribeAccessGroupsRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC网络ID
备注:入参只能指定VpcId和OwnerUin的其中一个public Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin - 资源所属者UinCopyright © 2025. All rights reserved.