public class DeletePrefixListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
String |
prefixListId
The ID of the prefix list.
|
String |
regionId
The region ID of the prefix list.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeletePrefixListRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeletePrefixListRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getPrefixListId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeletePrefixListRequest |
setOwnerAccount(String ownerAccount) |
DeletePrefixListRequest |
setOwnerId(Long ownerId) |
DeletePrefixListRequest |
setPrefixListId(String prefixListId) |
DeletePrefixListRequest |
setRegionId(String regionId) |
DeletePrefixListRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeletePrefixListRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PrefixListId") public String prefixListId
The ID of the prefix list.
This parameter is required.
example:pl-x1j1k5ykzqlixdcy****
@NameInMap(value="RegionId") public String regionId
The region ID of the prefix list. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-chengdu
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DeletePrefixListRequest build(Map<String,?> map) throws Exception
Exception
public DeletePrefixListRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeletePrefixListRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeletePrefixListRequest setPrefixListId(String prefixListId)
public String getPrefixListId()
public DeletePrefixListRequest setRegionId(String regionId)
public String getRegionId()
public DeletePrefixListRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeletePrefixListRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.