public class ListTagResourcesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources |
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults
The number of entries per page.
|
String |
nextToken
A pagination token.
|
String |
requestId
The request ID.
|
List<ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources> |
tagResources
The details about the resource and its tags, including the resource ID, the resource type, and the keys and values of the tags.
|
Integer |
totalCount
The total number of entries returned.
|
| 构造器和说明 |
|---|
ListTagResourcesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTagResourcesResponseBody |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
List<ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources> |
getTagResources() |
Integer |
getTotalCount() |
ListTagResourcesResponseBody |
setMaxResults(Integer maxResults) |
ListTagResourcesResponseBody |
setNextToken(String nextToken) |
ListTagResourcesResponseBody |
setRequestId(String requestId) |
ListTagResourcesResponseBody |
setTagResources(List<ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources> tagResources) |
ListTagResourcesResponseBody |
setTotalCount(Integer totalCount) |
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries per page.
@NameInMap(value="NextToken") public String nextToken
A pagination token. It can be used in the next request to retrieve a new page of results. Valid values:
* If **NextToken** is empty, no next page exists.
* 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 request ID.
@NameInMap(value="TagResources") public List<ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources> tagResources
The details about the resource and its tags, including the resource ID, the resource type, and the keys and values of the tags.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
public static ListTagResourcesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTagResourcesResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListTagResourcesResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListTagResourcesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTagResourcesResponseBody setTagResources(List<ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources> tagResources)
public List<ListTagResourcesResponseBody.ListTagResourcesResponseBodyTagResources> getTagResources()
public ListTagResourcesResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.