public class ListTagResourcesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTagResourcesRequest.ListTagResourcesRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
nextToken
The token used to query the next page.
|
Long |
ownerId |
Integer |
pageSize
The number of entries per page.
|
String |
prodCode
The name of the cloud service.
|
String |
regionId
The region ID.
|
List<String> |
resourceId
The code of the message template.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resourceType
The type of the resource.
|
List<ListTagResourcesRequest.ListTagResourcesRequestTag> |
tag
The tag list.
|
| 构造器和说明 |
|---|
ListTagResourcesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTagResourcesRequest |
build(Map<String,?> map) |
String |
getNextToken() |
Long |
getOwnerId() |
Integer |
getPageSize() |
String |
getProdCode() |
String |
getRegionId() |
List<String> |
getResourceId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getResourceType() |
List<ListTagResourcesRequest.ListTagResourcesRequestTag> |
getTag() |
ListTagResourcesRequest |
setNextToken(String nextToken) |
ListTagResourcesRequest |
setOwnerId(Long ownerId) |
ListTagResourcesRequest |
setPageSize(Integer pageSize) |
ListTagResourcesRequest |
setProdCode(String prodCode) |
ListTagResourcesRequest |
setRegionId(String regionId) |
ListTagResourcesRequest |
setResourceId(List<String> resourceId) |
ListTagResourcesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ListTagResourcesRequest |
setResourceOwnerId(Long resourceOwnerId) |
ListTagResourcesRequest |
setResourceType(String resourceType) |
ListTagResourcesRequest |
setTag(List<ListTagResourcesRequest.ListTagResourcesRequestTag> tag) |
@NameInMap(value="NextToken") public String nextToken
The token used to query the next page.
example:23432453245
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
example:20
@NameInMap(value="ProdCode") public String prodCode
The name of the cloud service. Set the value to dysms.
example:dysms
@NameInMap(value="RegionId") public String regionId
The region ID. Set the value to cn-hangzhou.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceId") public List<String> resourceId
The code of the message template. Specify either the Tag or the ResourceId parameter.
example:SMS_23423423
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResourceType") public String resourceType
The type of the resource. Set the value to TEMPLATE.
This parameter is required.
example:TEMPLATE
@NameInMap(value="Tag") public List<ListTagResourcesRequest.ListTagResourcesRequestTag> tag
The tag list. Specify either the Tag or the ResourceId parameter. You can specify a maximum of 20 tags.
public static ListTagResourcesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTagResourcesRequest setNextToken(String nextToken)
public String getNextToken()
public ListTagResourcesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListTagResourcesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTagResourcesRequest setProdCode(String prodCode)
public String getProdCode()
public ListTagResourcesRequest setRegionId(String regionId)
public String getRegionId()
public ListTagResourcesRequest setResourceId(List<String> resourceId)
public ListTagResourcesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListTagResourcesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListTagResourcesRequest setResourceType(String resourceType)
public String getResourceType()
public ListTagResourcesRequest setTag(List<ListTagResourcesRequest.ListTagResourcesRequestTag> tag)
public List<ListTagResourcesRequest.ListTagResourcesRequestTag> getTag()
Copyright © 2024. All rights reserved.