public class OpenFlowLogServiceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the flow log.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
OpenFlowLogServiceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static OpenFlowLogServiceRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
OpenFlowLogServiceRequest |
setClientToken(String clientToken) |
OpenFlowLogServiceRequest |
setOwnerAccount(String ownerAccount) |
OpenFlowLogServiceRequest |
setOwnerId(Long ownerId) |
OpenFlowLogServiceRequest |
setRegionId(String regionId) |
OpenFlowLogServiceRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
OpenFlowLogServiceRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example:If you do not set this parameter, the system automatically set ClientToken to the value of RequestId. The value of RequestId for each API request is different.
123e4567-e89b-12d3-a456-426655440000
@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-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static OpenFlowLogServiceRequest build(Map<String,?> map) throws Exception
Exception
public OpenFlowLogServiceRequest setClientToken(String clientToken)
public String getClientToken()
public OpenFlowLogServiceRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public OpenFlowLogServiceRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public OpenFlowLogServiceRequest setRegionId(String regionId)
public String getRegionId()
public OpenFlowLogServiceRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public OpenFlowLogServiceRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.