public static class TagResourcesRequest.TagResourcesRequestTag
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
TagResourcesRequestTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TagResourcesRequest.TagResourcesRequestTag |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
TagResourcesRequest.TagResourcesRequestTag |
setKey(String key) |
TagResourcesRequest.TagResourcesRequestTag |
setValue(String value) |
@NameInMap(value="Key") public String key
The tag key. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
You can add up to 20 tags in each call.
@NameInMap(value="Value") public String value
The tag value. The tag value can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
You can add up to 20 tags in each call.
public static TagResourcesRequest.TagResourcesRequestTag build(Map<String,?> map) throws Exception
Exceptionpublic TagResourcesRequest.TagResourcesRequestTag setKey(String key)
public String getKey()
public TagResourcesRequest.TagResourcesRequestTag setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.