public class DeactiveFlowLogRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
flowLogId
The ID of the flow log.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where you want to create the flow log.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DeactiveFlowLogRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeactiveFlowLogRequest |
build(Map<String,?> map) |
String |
getFlowLogId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DeactiveFlowLogRequest |
setFlowLogId(String flowLogId) |
DeactiveFlowLogRequest |
setOwnerAccount(String ownerAccount) |
DeactiveFlowLogRequest |
setOwnerId(Long ownerId) |
DeactiveFlowLogRequest |
setRegionId(String regionId) |
DeactiveFlowLogRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeactiveFlowLogRequest |
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 ID of the region where you want to create 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 DeactiveFlowLogRequest build(Map<String,?> map) throws Exception
Exception
public DeactiveFlowLogRequest setFlowLogId(String flowLogId)
public String getFlowLogId()
public DeactiveFlowLogRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeactiveFlowLogRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeactiveFlowLogRequest setRegionId(String regionId)
public String getRegionId()
public DeactiveFlowLogRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeactiveFlowLogRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.