public class UntagResourcesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
all
Specifies whether to delete all tags from the message template.
|
Long |
ownerId |
String |
prodCode
The name of the cloud service.
|
String |
regionId
The region.
|
List<String> |
resourceId
The array of message template codes.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resourceType
The type of the resource.
|
List<String> |
tagKey
The array of tag keys.
|
| 构造器和说明 |
|---|
UntagResourcesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UntagResourcesRequest |
build(Map<String,?> map) |
Boolean |
getAll() |
Long |
getOwnerId() |
String |
getProdCode() |
String |
getRegionId() |
List<String> |
getResourceId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getResourceType() |
List<String> |
getTagKey() |
UntagResourcesRequest |
setAll(Boolean all) |
UntagResourcesRequest |
setOwnerId(Long ownerId) |
UntagResourcesRequest |
setProdCode(String prodCode) |
UntagResourcesRequest |
setRegionId(String regionId) |
UntagResourcesRequest |
setResourceId(List<String> resourceId) |
UntagResourcesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
UntagResourcesRequest |
setResourceOwnerId(Long resourceOwnerId) |
UntagResourcesRequest |
setResourceType(String resourceType) |
UntagResourcesRequest |
setTagKey(List<String> tagKey) |
@NameInMap(value="All") public Boolean all
Specifies whether to delete all tags from the message template. Valid values:
false
@NameInMap(value="OwnerId") public Long ownerId
@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. Set the value to cn-hangzhou.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceId") public List<String> resourceId
The array of message template codes. You can specify 1 to 20 message templates.
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
public static UntagResourcesRequest build(Map<String,?> map) throws Exception
Exceptionpublic UntagResourcesRequest setAll(Boolean all)
public Boolean getAll()
public UntagResourcesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UntagResourcesRequest setProdCode(String prodCode)
public String getProdCode()
public UntagResourcesRequest setRegionId(String regionId)
public String getRegionId()
public UntagResourcesRequest setResourceId(List<String> resourceId)
public UntagResourcesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UntagResourcesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UntagResourcesRequest setResourceType(String resourceType)
public String getResourceType()
public UntagResourcesRequest setTagKey(List<String> tagKey)
Copyright © 2024. All rights reserved.