public class DescribeTargetGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTargetGroupsRequest() | 
| DescribeTargetGroupsRequest(DescribeTargetGroupsRequest 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 | 
|---|---|
| Filter[] | getFilters()Get Filter criterion array, which supports TargetGroupVpcId and TargetGroupName. | 
| Long | getLimit()Get Limit on the number of displayed entries. | 
| Long | getOffset()Get Starting display offset. | 
| String[] | getTargetGroupIds()Get Target group ID, which is mutually exclusive with Filters. | 
| void | setFilters(Filter[] Filters)Set Filter criterion array, which supports TargetGroupVpcId and TargetGroupName. | 
| void | setLimit(Long Limit)Set Limit on the number of displayed entries. | 
| void | setOffset(Long Offset)Set Starting display offset. | 
| void | setTargetGroupIds(String[] TargetGroupIds)Set Target group ID, which is mutually exclusive with Filters. | 
| 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 DescribeTargetGroupsRequest()
public DescribeTargetGroupsRequest(DescribeTargetGroupsRequest source)
public String[] getTargetGroupIds()
public void setTargetGroupIds(String[] TargetGroupIds)
TargetGroupIds - Target group ID, which is mutually exclusive with Filters.public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on the number of displayed entries. Default value: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset - Starting display offset.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criterion array, which supports TargetGroupVpcId and TargetGroupName.Copyright © 2025. All rights reserved.