public class ListBasicEndpointsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints |
限定符和类型 | 字段和说明 |
---|---|
List<ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints> |
endpoints
The endpoints that are associated with the basic GA instance.
|
String |
maxResults
The number of entries returned per page.
|
String |
nextToken
The token that determines the start point of the query.
|
String |
requestId
The ID of the request.
|
String |
totalCount
The total number of entries returned.
|
构造器和说明 |
---|
ListBasicEndpointsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ListBasicEndpointsResponseBody |
build(Map<String,?> map) |
List<ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints> |
getEndpoints() |
String |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
String |
getTotalCount() |
ListBasicEndpointsResponseBody |
setEndpoints(List<ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints> endpoints) |
ListBasicEndpointsResponseBody |
setMaxResults(String maxResults) |
ListBasicEndpointsResponseBody |
setNextToken(String nextToken) |
ListBasicEndpointsResponseBody |
setRequestId(String requestId) |
ListBasicEndpointsResponseBody |
setTotalCount(String totalCount) |
@NameInMap(value="Endpoints") public List<ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints> endpoints
The endpoints that are associated with the basic GA instance.
@NameInMap(value="MaxResults") public String maxResults
The number of entries returned per page.
@NameInMap(value="NextToken") public String nextToken
The token that determines the start point of the query. Valid values:
* If **NextToken** is not returned, it indicates that no additional results exist.
* If a value is returned for **NextToken**, the value is the token that determines the start point of the next query.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public String totalCount
The total number of entries returned.
public static ListBasicEndpointsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListBasicEndpointsResponseBody setEndpoints(List<ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints> endpoints)
public List<ListBasicEndpointsResponseBody.ListBasicEndpointsResponseBodyEndpoints> getEndpoints()
public ListBasicEndpointsResponseBody setMaxResults(String maxResults)
public String getMaxResults()
public ListBasicEndpointsResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListBasicEndpointsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListBasicEndpointsResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2024. All rights reserved.