public static class ListServerGroupsResponseBody.ListServerGroupsResponseBodyServerGroupsTags
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListServerGroupsResponseBodyServerGroupsTags() |
@NameInMap(value="Key") public String key
The tag key. At most 10 tag keys are returned.
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 tag value. At most 10 tag values are returned.
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 ListServerGroupsResponseBodyServerGroupsTags()
public static ListServerGroupsResponseBody.ListServerGroupsResponseBodyServerGroupsTags build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupsResponseBody.ListServerGroupsResponseBodyServerGroupsTags setKey(String key)
public String getKey()
public ListServerGroupsResponseBody.ListServerGroupsResponseBodyServerGroupsTags setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.