public class BatchModifyTargetTagRequest
extends com.tencentcloudapi.common.AbstractModel
| Constructor and Description |
|---|
BatchModifyTargetTagRequest() |
BatchModifyTargetTagRequest(BatchModifyTargetTagRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadBalancerId()
Get 负载均衡实例 ID。
|
RsTagRule[] |
getModifyList()
Get 要批量修改标签的列表。
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 ID。
|
void |
setModifyList(RsTagRule[] ModifyList)
Set 要批量修改标签的列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
public BatchModifyTargetTagRequest()
public BatchModifyTargetTagRequest(BatchModifyTargetTagRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - 负载均衡实例 ID。public RsTagRule[] getModifyList()
public void setModifyList(RsTagRule[] ModifyList)
ModifyList - 要批量修改标签的列表。Copyright © 2024. All rights reserved.