public class ListServerGroupServersRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
String |
nextToken |
String |
serverGroupId |
List<String> |
serverIds |
List<String> |
serverIps |
| 构造器和说明 |
|---|
ListServerGroupServersRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListServerGroupServersRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getServerGroupId() |
List<String> |
getServerIds() |
List<String> |
getServerIps() |
ListServerGroupServersRequest |
setMaxResults(Integer maxResults) |
ListServerGroupServersRequest |
setNextToken(String nextToken) |
ListServerGroupServersRequest |
setServerGroupId(String serverGroupId) |
ListServerGroupServersRequest |
setServerIds(List<String> serverIds) |
ListServerGroupServersRequest |
setServerIps(List<String> serverIps) |
@NameInMap(value="MaxResults") public Integer maxResults
@NameInMap(value="NextToken") public String nextToken
@NameInMap(value="ServerGroupId") public String serverGroupId
public static ListServerGroupServersRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListServerGroupServersRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListServerGroupServersRequest setNextToken(String nextToken)
public String getNextToken()
public ListServerGroupServersRequest setServerGroupId(String serverGroupId)
public String getServerGroupId()
public ListServerGroupServersRequest setServerIds(List<String> serverIds)
public ListServerGroupServersRequest setServerIps(List<String> serverIps)
Copyright © 2022. All rights reserved.