public class DescribeKeyPairsRequest extends AbstractModel
Constructor and Description |
---|
DescribeKeyPairsRequest() |
DescribeKeyPairsRequest(DescribeKeyPairsRequest 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 过滤条件,每次请求的 Filters 的上限为10, Filters.Values 的上限为5。参数不可以同时指定 KeyIds 和 Filters 。详细的过滤条件如下: key-id - String - 是否必填: 否 - (过滤条件)按照KeyID进行过滤; key-name - String - 是否必填: 否 - (过滤条件)按照KeyName进行过滤。
|
String[] |
getKeyIds()
Get 密钥对 ID 列表。
|
Long |
getLimit()
Get 返回数量,默认为 20,最大值为 100。
|
Long |
getOffset()
Get 偏移量,默认为 0。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,每次请求的 Filters 的上限为10, Filters.Values 的上限为5。参数不可以同时指定 KeyIds 和 Filters 。详细的过滤条件如下: key-id - String - 是否必填: 否 - (过滤条件)按照KeyID进行过滤; key-name - String - 是否必填: 否 - (过滤条件)按照KeyName进行过滤。
|
void |
setKeyIds(String[] KeyIds)
Set 密钥对 ID 列表。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为 0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeKeyPairsRequest()
public DescribeKeyPairsRequest(DescribeKeyPairsRequest source)
public String[] getKeyIds()
public void setKeyIds(String[] KeyIds)
KeyIds
- 密钥对 ID 列表。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为 0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为 20,最大值为 100。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,每次请求的 Filters 的上限为10, Filters.Values 的上限为5。参数不可以同时指定 KeyIds 和 Filters 。详细的过滤条件如下: key-id - String - 是否必填: 否 - (过滤条件)按照KeyID进行过滤; key-name - String - 是否必填: 否 - (过滤条件)按照KeyName进行过滤。Copyright © 2021. All rights reserved.