public class DetachLoadBalancersRequest extends AbstractModel
Constructor and Description |
---|
DetachLoadBalancersRequest() |
DetachLoadBalancersRequest(DetachLoadBalancersRequest 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 |
getAutoScalingGroupId()
Get Scaling group ID
|
ForwardLoadBalancerIdentification[] |
getForwardLoadBalancerIdentifications()
Get List of application CLB IDs.
|
String[] |
getLoadBalancerIds()
Get List of classic CLB IDs.
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set Scaling group ID
|
void |
setForwardLoadBalancerIdentifications(ForwardLoadBalancerIdentification[] ForwardLoadBalancerIdentifications)
Set List of application CLB IDs.
|
void |
setLoadBalancerIds(String[] LoadBalancerIds)
Set List of classic CLB IDs.
|
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 DetachLoadBalancersRequest()
public DetachLoadBalancersRequest(DetachLoadBalancersRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Scaling group IDpublic String[] getLoadBalancerIds()
public void setLoadBalancerIds(String[] LoadBalancerIds)
LoadBalancerIds
- List of classic CLB IDs. Up to 20 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.public ForwardLoadBalancerIdentification[] getForwardLoadBalancerIdentifications()
public void setForwardLoadBalancerIdentifications(ForwardLoadBalancerIdentification[] ForwardLoadBalancerIdentifications)
ForwardLoadBalancerIdentifications
- List of application CLB IDs. Up to 100 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.Copyright © 2023. All rights reserved.