public class DeleteServerGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken |
Boolean |
dryRun |
String |
regionId |
String |
serverGroupId |
| 构造器和说明 |
|---|
DeleteServerGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteServerGroupRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getRegionId() |
String |
getServerGroupId() |
DeleteServerGroupRequest |
setClientToken(String clientToken) |
DeleteServerGroupRequest |
setDryRun(Boolean dryRun) |
DeleteServerGroupRequest |
setRegionId(String regionId) |
DeleteServerGroupRequest |
setServerGroupId(String serverGroupId) |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="DryRun") public Boolean dryRun
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ServerGroupId") public String serverGroupId
public static DeleteServerGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteServerGroupRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteServerGroupRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteServerGroupRequest setRegionId(String regionId)
public String getRegionId()
public DeleteServerGroupRequest setServerGroupId(String serverGroupId)
public String getServerGroupId()
Copyright © 2022. All rights reserved.