public class DescribeTargetGroupInstanceStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTargetGroupInstanceStatusRequest() | 
| DescribeTargetGroupInstanceStatusRequest(DescribeTargetGroupInstanceStatusRequest 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 | getTargetGroupId()Get Unique target group ID | 
| String[] | getTargetGroupInstanceIps()Get List of backend service IPs bound to the target group | 
| void | setTargetGroupId(String TargetGroupId)Set Unique target group ID | 
| void | setTargetGroupInstanceIps(String[] TargetGroupInstanceIps)Set List of backend service IPs bound to the target group | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTargetGroupInstanceStatusRequest()
public DescribeTargetGroupInstanceStatusRequest(DescribeTargetGroupInstanceStatusRequest source)
public String getTargetGroupId()
public void setTargetGroupId(String TargetGroupId)
TargetGroupId - Unique target group IDpublic String[] getTargetGroupInstanceIps()
public void setTargetGroupInstanceIps(String[] TargetGroupInstanceIps)
TargetGroupInstanceIps - List of backend service IPs bound to the target groupCopyright © 2025. All rights reserved.