public class ModifyTargetGroupAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyTargetGroupAttributeRequest() |
ModifyTargetGroupAttributeRequest(ModifyTargetGroupAttributeRequest 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 |
---|---|
Boolean |
getAllDeadToAlive()
Get Whether "All Dead, All Alive" is supported.
|
TargetGroupHealthCheck |
getHealthCheck()
Get Health check details.
|
String |
getTargetGroupId()
Get Target group ID.
|
String |
getTargetGroupName()
Get New name of target group.
|
void |
setAllDeadToAlive(Boolean AllDeadToAlive)
Set Whether "All Dead, All Alive" is supported.
|
void |
setHealthCheck(TargetGroupHealthCheck HealthCheck)
Set Health check details.
|
void |
setTargetGroupId(String TargetGroupId)
Set Target group ID.
|
void |
setTargetGroupName(String TargetGroupName)
Set New name of target group.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyTargetGroupAttributeRequest()
public ModifyTargetGroupAttributeRequest(ModifyTargetGroupAttributeRequest source)
public String getTargetGroupId()
public void setTargetGroupId(String TargetGroupId)
TargetGroupId
- Target group ID.public String getTargetGroupName()
public void setTargetGroupName(String TargetGroupName)
TargetGroupName
- New name of target group.public TargetGroupHealthCheck getHealthCheck()
public void setHealthCheck(TargetGroupHealthCheck HealthCheck)
HealthCheck
- Health check details.public Boolean getAllDeadToAlive()
public void setAllDeadToAlive(Boolean AllDeadToAlive)
AllDeadToAlive
- Whether "All Dead, All Alive" is supported.Copyright © 2025. All rights reserved.