public class ListLoadBalancersResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancers> |
loadBalancers
The NLB instances.
|
Integer |
maxResults
The number of entries returned per page.
|
String |
nextToken
The token that determines the start point of the next query.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of entries returned.
|
| 构造器和说明 |
|---|
ListLoadBalancersResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListLoadBalancersResponseBody |
build(Map<String,?> map) |
List<ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancers> |
getLoadBalancers() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
Integer |
getTotalCount() |
ListLoadBalancersResponseBody |
setLoadBalancers(List<ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancers> loadBalancers) |
ListLoadBalancersResponseBody |
setMaxResults(Integer maxResults) |
ListLoadBalancersResponseBody |
setNextToken(String nextToken) |
ListLoadBalancersResponseBody |
setRequestId(String requestId) |
ListLoadBalancersResponseBody |
setTotalCount(Integer totalCount) |
@NameInMap(value="LoadBalancers") public List<ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancers> loadBalancers
The NLB instances.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries returned per page.
@NameInMap(value="NextToken") public String nextToken
The token that determines the start point of the next query. Valid values:
* If this is your first query and no subsequent queries are to be sent, ignore this parameter.
* If a subsequent query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
public static ListLoadBalancersResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListLoadBalancersResponseBody setLoadBalancers(List<ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancers> loadBalancers)
public List<ListLoadBalancersResponseBody.ListLoadBalancersResponseBodyLoadBalancers> getLoadBalancers()
public ListLoadBalancersResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListLoadBalancersResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListLoadBalancersResponseBody setRequestId(String requestId)
public String getRequestId()
public ListLoadBalancersResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.