public class ListConnectionsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
connectionNamePrefix
The key word that you specify to query connections.
|
Long |
maxResults
The maximum number of entries to be returned in a single call.
|
String |
nextToken
If you set the Limit parameter and excess return values exist, this parameter is returned.
|
| 构造器和说明 |
|---|
ListConnectionsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListConnectionsRequest |
build(Map<String,?> map) |
String |
getConnectionNamePrefix() |
Long |
getMaxResults() |
String |
getNextToken() |
ListConnectionsRequest |
setConnectionNamePrefix(String connectionNamePrefix) |
ListConnectionsRequest |
setMaxResults(Long maxResults) |
ListConnectionsRequest |
setNextToken(String nextToken) |
@NameInMap(value="ConnectionNamePrefix") public String connectionNamePrefix
The key word that you specify to query connections. Connections can be queried by prefixes.
example:connection-name
@NameInMap(value="MaxResults") public Long maxResults
The maximum number of entries to be returned in a single call. You can use this parameter and the NextToken parameter to implement paging.
10
@NameInMap(value="NextToken") public String nextToken
If you set the Limit parameter and excess return values exist, this parameter is returned.
0
public static ListConnectionsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListConnectionsRequest setConnectionNamePrefix(String connectionNamePrefix)
public String getConnectionNamePrefix()
public ListConnectionsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListConnectionsRequest setNextToken(String nextToken)
public String getNextToken()
Copyright © 2026. All rights reserved.