public class DescribeAccessGroupsRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2021. All rights reserved.