public class UntagResourcesRequest extends Object implements Serializable
| 构造器和说明 |
|---|
UntagResourcesRequest(String resourceType,
List<String> resourceId) |
UntagResourcesRequest(String resourceType,
List<String> resourceId,
List<String> tags) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getProject() |
List<String> |
getResourceId() |
String |
getResourceType() |
List<String> |
getTags() |
boolean |
isAll() |
void |
setAll(boolean all) |
void |
setResourceId(List<String> resourceId) |
void |
setResourceType(String resourceType) |
void |
setTags(List<String> tags) |
public UntagResourcesRequest(String resourceType, List<String> resourceId, List<String> tags)
Copyright © 2026. All Rights Reserved.