public class SearchConnectorsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
maxResults
最大返回记录数,最多50
|
String |
nextToken
查询指定位置的记录,为空则从头开始
|
String |
type
查询连接器的类型
|
构造器和说明 |
---|
SearchConnectorsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SearchConnectorsRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getType() |
SearchConnectorsRequest |
setMaxResults(Integer maxResults) |
SearchConnectorsRequest |
setNextToken(String nextToken) |
SearchConnectorsRequest |
setType(String type) |
@NameInMap(value="maxResults") public Integer maxResults
最大返回记录数,最多50
@NameInMap(value="nextToken") public String nextToken
查询指定位置的记录,为空则从头开始
@NameInMap(value="type") public String type
查询连接器的类型
public static SearchConnectorsRequest build(Map<String,?> map) throws Exception
Exception
public SearchConnectorsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public SearchConnectorsRequest setNextToken(String nextToken)
public String getNextToken()
public SearchConnectorsRequest setType(String type)
public String getType()
Copyright © 2023. All rights reserved.