public class CancelSimulatedSystemEventsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
eventId
The IDs of simulated system events.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CancelSimulatedSystemEventsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CancelSimulatedSystemEventsRequest |
build(Map<String,?> map) |
List<String> |
getEventId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
CancelSimulatedSystemEventsRequest |
setEventId(List<String> eventId) |
CancelSimulatedSystemEventsRequest |
setOwnerAccount(String ownerAccount) |
CancelSimulatedSystemEventsRequest |
setOwnerId(Long ownerId) |
CancelSimulatedSystemEventsRequest |
setRegionId(String regionId) |
CancelSimulatedSystemEventsRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
CancelSimulatedSystemEventsRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="EventId") public List<String> eventId
The IDs of simulated system events. You can specify up to 100 event IDs in a single request.
This parameter is required.
example:e-xhskHun1256****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID. 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 CancelSimulatedSystemEventsRequest build(Map<String,?> map) throws Exception
Exception
public CancelSimulatedSystemEventsRequest setEventId(List<String> eventId)
public CancelSimulatedSystemEventsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CancelSimulatedSystemEventsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CancelSimulatedSystemEventsRequest setRegionId(String regionId)
public String getRegionId()
public CancelSimulatedSystemEventsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CancelSimulatedSystemEventsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.