public class AllocatePublicNetworkAddressRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken |
String |
clusterId |
| 构造器和说明 |
|---|
AllocatePublicNetworkAddressRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AllocatePublicNetworkAddressRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getClusterId() |
AllocatePublicNetworkAddressRequest |
setClientToken(String clientToken) |
AllocatePublicNetworkAddressRequest |
setClusterId(String clusterId) |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="ClusterId") public String clusterId
public static AllocatePublicNetworkAddressRequest build(Map<String,?> map) throws Exception
Exceptionpublic AllocatePublicNetworkAddressRequest setClientToken(String clientToken)
public String getClientToken()
public AllocatePublicNetworkAddressRequest setClusterId(String clusterId)
public String getClusterId()
Copyright © 2023. All rights reserved.