public class TargetGroupAssociation extends AbstractModel
Constructor and Description |
---|
TargetGroupAssociation() |
TargetGroupAssociation(TargetGroupAssociation 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 |
getListenerId()
Get 监听器ID
|
String |
getLoadBalancerId()
Get 负载均衡ID
|
String |
getLocationId()
Get 转发规则ID
|
String |
getTargetGroupId()
Get 目标组ID
|
void |
setListenerId(String ListenerId)
Set 监听器ID
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡ID
|
void |
setLocationId(String LocationId)
Set 转发规则ID
|
void |
setTargetGroupId(String TargetGroupId)
Set 目标组ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TargetGroupAssociation()
public TargetGroupAssociation(TargetGroupAssociation source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- 负载均衡IDpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- 监听器IDpublic String getTargetGroupId()
public void setTargetGroupId(String TargetGroupId)
TargetGroupId
- 目标组IDpublic String getLocationId()
public void setLocationId(String LocationId)
LocationId
- 转发规则IDCopyright © 2022. All rights reserved.