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