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