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 Resource owner `Uin`
|
String |
getVpcId()
Get VPC ID
Note: either `VpcId` or `OwnerUin` can be specified as the input parameter
|
void |
setOwnerUin(Long OwnerUin)
Set Resource owner `Uin`
|
void |
setVpcId(String VpcId)
Set VPC ID
Note: either `VpcId` or `OwnerUin` can be specified as the input parameter
|
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
Note: either `VpcId` or `OwnerUin` can be specified as the input parameterpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- Resource owner `Uin`Copyright © 2023. All rights reserved.