public static class ListTagResourcesRequest.ListTagResourcesRequestTag
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListTagResourcesRequestTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTagResourcesRequest.ListTagResourcesRequestTag |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
ListTagResourcesRequest.ListTagResourcesRequestTag |
setKey(String key) |
ListTagResourcesRequest.ListTagResourcesRequestTag |
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://`.
@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://`.
public static ListTagResourcesRequest.ListTagResourcesRequestTag build(Map<String,?> map) throws Exception
Exceptionpublic ListTagResourcesRequest.ListTagResourcesRequestTag setKey(String key)
public String getKey()
public ListTagResourcesRequest.ListTagResourcesRequestTag setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.