public static class ListServerGroupsRequest.ListServerGroupsRequestTag
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListServerGroupsRequestTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListServerGroupsRequest.ListServerGroupsRequestTag |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
ListServerGroupsRequest.ListServerGroupsRequestTag |
setKey(String key) |
ListServerGroupsRequest.ListServerGroupsRequestTag |
setValue(String value) |
@NameInMap(value="Key") public String key
The key of the tag. You can specify up to 10 tag keys.
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 ListServerGroupsRequest.ListServerGroupsRequestTag build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupsRequest.ListServerGroupsRequestTag setKey(String key)
public String getKey()
public ListServerGroupsRequest.ListServerGroupsRequestTag setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.