public class DescribeTargetGroupInstancesResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeTargetGroupInstancesResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getRealCount()Get Actual statistics, which are not affected by `Limit`, `Offset`, and `CAM`. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| TargetGroupBackend[] | getTargetGroupInstanceSet()Get Information of the bound server | 
| Long | getTotalCount()Get Number of results in current query | 
| void | setRealCount(Long RealCount)Set Actual statistics, which are not affected by `Limit`, `Offset`, and `CAM`. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTargetGroupInstanceSet(TargetGroupBackend[] TargetGroupInstanceSet)Set Information of the bound server | 
| void | setTotalCount(Long TotalCount)Set Number of results in current query | 
| 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, toJsonStringpublic DescribeTargetGroupInstancesResponse()
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of results in current querypublic TargetGroupBackend[] getTargetGroupInstanceSet()
public void setTargetGroupInstanceSet(TargetGroupBackend[] TargetGroupInstanceSet)
TargetGroupInstanceSet - Information of the bound serverpublic Long getRealCount()
public void setRealCount(Long RealCount)
RealCount - Actual statistics, which are not affected by `Limit`, `Offset`, and `CAM`.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.