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