public class GetAclRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
aclId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
String |
regionId
The operation that you want to perform.
|
构造器和说明 |
---|
GetAclRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetAclRequest |
build(Map<String,?> map) |
String |
getAclId() |
String |
getRegionId() |
GetAclRequest |
setAclId(String aclId) |
GetAclRequest |
setRegionId(String regionId) |
@NameInMap(value="AclId") public String aclId
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
@NameInMap(value="RegionId") public String regionId
The operation that you want to perform. Set the value to **GetAcl**.
public static GetAclRequest build(Map<String,?> map) throws Exception
Exception
public GetAclRequest setAclId(String aclId)
public String getAclId()
public GetAclRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.