public class ListKeysRequest extends AbstractModel
| Constructor and Description | 
|---|
| ListKeysRequest() | 
| ListKeysRequest(ListKeysRequest 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 | 
|---|---|
| String | getHsmClusterId()Get ID of the HSM cluster. | 
| Long | getLimit()Get This parameter has the same meaning of the `Limit` in an SQL query, indicating that up to `Limit` value elements can be obtained in this request. | 
| Long | getOffset()Get This parameter has the same meaning of the `Offset` in an SQL query, indicating that this acquisition starts from the "No. | 
| Long | getRole()Get Filter by creator role. | 
| void | setHsmClusterId(String HsmClusterId)Set ID of the HSM cluster. | 
| void | setLimit(Long Limit)Set This parameter has the same meaning of the `Limit` in an SQL query, indicating that up to `Limit` value elements can be obtained in this request. | 
| void | setOffset(Long Offset)Set This parameter has the same meaning of the `Offset` in an SQL query, indicating that this acquisition starts from the "No. | 
| void | setRole(Long Role)Set Filter by creator role. | 
| 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, toJsonStringpublic ListKeysRequest()
public ListKeysRequest(ListKeysRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - This parameter has the same meaning of the `Offset` in an SQL query, indicating that this acquisition starts from the "No. Offset value" element of the array arranged in a certain order. The default value is 0public Long getLimit()
public void setLimit(Long Limit)
Limit - This parameter has the same meaning of the `Limit` in an SQL query, indicating that up to `Limit` value elements can be obtained in this request. The default value is 10 and the maximum value is 200public Long getRole()
public void setRole(Long Role)
Role - Filter by creator role. 0 (default value): the CMK is created by the user; 1: the CMK is created automatically by an authorized Tencent Cloud servicepublic String getHsmClusterId()
public void setHsmClusterId(String HsmClusterId)
HsmClusterId - ID of the HSM cluster. This field is only valid for Exclusive and Managed KMS instances.Copyright © 2022. All rights reserved.