public class UsagePlanBindSecret extends AbstractModel
| Constructor and Description | 
|---|
| UsagePlanBindSecret() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccessKeyId()Get Key ID. | 
| String | getSecretName()Get Key name. | 
| Long | getStatus()Get Key status. | 
| void | setAccessKeyId(String AccessKeyId)Set Key ID. | 
| void | setSecretName(String SecretName)Set Key name. | 
| void | setStatus(Long Status)Set Key status. | 
| 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 String getAccessKeyId()
public void setAccessKeyId(String AccessKeyId)
AccessKeyId - Key ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getSecretName()
public void setSecretName(String SecretName)
SecretName - Key name.
Note: this field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Key status. 0: disabled. 1: enabled.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.