public class AcceptInquiredSystemEventRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
choice
This parameter is in invitational preview and is unavailable to general users.
|
String |
eventId
The ID of the system event.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the system event.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
AcceptInquiredSystemEventRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AcceptInquiredSystemEventRequest |
build(Map<String,?> map) |
String |
getChoice() |
String |
getEventId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
AcceptInquiredSystemEventRequest |
setChoice(String choice) |
AcceptInquiredSystemEventRequest |
setEventId(String eventId) |
AcceptInquiredSystemEventRequest |
setOwnerAccount(String ownerAccount) |
AcceptInquiredSystemEventRequest |
setOwnerId(Long ownerId) |
AcceptInquiredSystemEventRequest |
setRegionId(String regionId) |
AcceptInquiredSystemEventRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
AcceptInquiredSystemEventRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="Choice") public String choice
example:This parameter is in invitational preview and is unavailable to general users.
hide
@NameInMap(value="EventId") public String eventId
The ID of the system event.
This parameter is required.
example:e-2zeielxl1qzq8slb****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the system event. 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 AcceptInquiredSystemEventRequest build(Map<String,?> map) throws Exception
Exception
public AcceptInquiredSystemEventRequest setChoice(String choice)
public String getChoice()
public AcceptInquiredSystemEventRequest setEventId(String eventId)
public String getEventId()
public AcceptInquiredSystemEventRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AcceptInquiredSystemEventRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AcceptInquiredSystemEventRequest setRegionId(String regionId)
public String getRegionId()
public AcceptInquiredSystemEventRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AcceptInquiredSystemEventRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.