public class StopListenerRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform a dry run, without performing the actual request.
|
String |
listenerId
The listener ID.
|
String |
regionId
The region ID of the NLB instance.
|
| 构造器和说明 |
|---|
StopListenerRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StopListenerRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getListenerId() |
String |
getRegionId() |
StopListenerRequest |
setClientToken(String clientToken) |
StopListenerRequest |
setDryRun(Boolean dryRun) |
StopListenerRequest |
setListenerId(String listenerId) |
StopListenerRequest |
setRegionId(String regionId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform a dry run, without performing the actual request. Valid values:
* **true**: performs a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.
* **false**(default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
@NameInMap(value="ListenerId") public String listenerId
The listener ID.
@NameInMap(value="RegionId") public String regionId
The region ID of the NLB instance.
You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
public static StopListenerRequest build(Map<String,?> map) throws Exception
Exceptionpublic StopListenerRequest setClientToken(String clientToken)
public String getClientToken()
public StopListenerRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public StopListenerRequest setListenerId(String listenerId)
public String getListenerId()
public StopListenerRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.