public class CancelSimulatedSystemEventsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
eventId
The IDs of system events.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region.
|
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 system events. You can specify up to 100 event IDs in a single request.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region. You can call the [DescribeRegions](~~25609~~) operation to query the most recent list of regions.
@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 © 2023. All rights reserved.