public static class ListLoadBalancersRequest.ListLoadBalancersRequestTag
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListLoadBalancersRequestTag() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListLoadBalancersRequest.ListLoadBalancersRequestTag |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
ListLoadBalancersRequest.ListLoadBalancersRequestTag |
setKey(String key) |
ListLoadBalancersRequest.ListLoadBalancersRequestTag |
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 20 tag values. The tag value can be an empty string.
The tag value can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. The tag value cannot contain `http://` or `https://`.
public static ListLoadBalancersRequest.ListLoadBalancersRequestTag build(Map<String,?> map) throws Exception
Exceptionpublic ListLoadBalancersRequest.ListLoadBalancersRequestTag setKey(String key)
public String getKey()
public ListLoadBalancersRequest.ListLoadBalancersRequestTag setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.