public class GetListenerHealthStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
listenerId
The ID of the listener of the NLB instance.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The token that is used for the next query.
|
String |
regionId
The ID of the region where the NLB instance is deployed.
|
| 构造器和说明 |
|---|
GetListenerHealthStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetListenerHealthStatusRequest |
build(Map<String,?> map) |
String |
getListenerId() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
GetListenerHealthStatusRequest |
setListenerId(String listenerId) |
GetListenerHealthStatusRequest |
setMaxResults(Integer maxResults) |
GetListenerHealthStatusRequest |
setNextToken(String nextToken) |
GetListenerHealthStatusRequest |
setRegionId(String regionId) |
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener of the NLB instance.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: **1** to **100**. Default value: **20**.
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
* If this is your first query or no next query is to be sent, ignore this parameter.
* If a next query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the NLB instance is deployed.
You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
public static GetListenerHealthStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetListenerHealthStatusRequest setListenerId(String listenerId)
public String getListenerId()
public GetListenerHealthStatusRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public GetListenerHealthStatusRequest setNextToken(String nextToken)
public String getNextToken()
public GetListenerHealthStatusRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.