public class ListServerGroupsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListServerGroupsRequest.ListServerGroupsRequestTag |
| 构造器和说明 |
|---|
ListServerGroupsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListServerGroupsRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
String |
getResourceGroupId() |
List<String> |
getServerGroupIds() |
List<String> |
getServerGroupNames() |
String |
getServerGroupType() |
List<ListServerGroupsRequest.ListServerGroupsRequestTag> |
getTag() |
String |
getVpcId() |
ListServerGroupsRequest |
setMaxResults(Integer maxResults) |
ListServerGroupsRequest |
setNextToken(String nextToken) |
ListServerGroupsRequest |
setRegionId(String regionId) |
ListServerGroupsRequest |
setResourceGroupId(String resourceGroupId) |
ListServerGroupsRequest |
setServerGroupIds(List<String> serverGroupIds) |
ListServerGroupsRequest |
setServerGroupNames(List<String> serverGroupNames) |
ListServerGroupsRequest |
setServerGroupType(String serverGroupType) |
ListServerGroupsRequest |
setTag(List<ListServerGroupsRequest.ListServerGroupsRequestTag> tag) |
ListServerGroupsRequest |
setVpcId(String vpcId) |
@NameInMap(value="MaxResults") public Integer maxResults
@NameInMap(value="NextToken") public String nextToken
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="ResourceGroupId") public String resourceGroupId
@NameInMap(value="ServerGroupType") public String serverGroupType
@NameInMap(value="Tag") public List<ListServerGroupsRequest.ListServerGroupsRequestTag> tag
@NameInMap(value="VpcId") public String vpcId
public static ListServerGroupsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListServerGroupsRequest setNextToken(String nextToken)
public String getNextToken()
public ListServerGroupsRequest setRegionId(String regionId)
public String getRegionId()
public ListServerGroupsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListServerGroupsRequest setServerGroupIds(List<String> serverGroupIds)
public ListServerGroupsRequest setServerGroupNames(List<String> serverGroupNames)
public ListServerGroupsRequest setServerGroupType(String serverGroupType)
public String getServerGroupType()
public ListServerGroupsRequest setTag(List<ListServerGroupsRequest.ListServerGroupsRequestTag> tag)
public List<ListServerGroupsRequest.ListServerGroupsRequestTag> getTag()
public ListServerGroupsRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2022. All rights reserved.