public class UntagResourcesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
all
example:
false
|
Long |
ownerId |
String |
prodCode
example:
dysms
|
String |
regionId
This parameter is required.
|
List<String> |
resourceId
example:
SMS_23423423
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resourceType
This parameter is required.
|
List<String> |
tagKey
example:
TestKey
|
| 构造器和说明 |
|---|
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
false
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ProdCode") public String prodCode
dysms
@NameInMap(value="RegionId") public String regionId
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResourceType") public String resourceType
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.