public class TagResourcesRequest extends Object implements Serializable
| Constructor and Description |
|---|
TagResourcesRequest(String resourceType,
List<String> resourceId,
List<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
static String |
genResourceId(String project,
String subResourceId) |
List<String> |
getResourceId() |
String |
getResourceType() |
List<Tag> |
getTags() |
void |
setResourceId(List<String> resourceId) |
void |
setResourceType(String resourceType) |
void |
setTags(List<Tag> tags) |
Copyright © 2025. All Rights Reserved.