public class UsagePlanBindSecret extends AbstractModel
| Constructor and Description | 
|---|
UsagePlanBindSecret()  | 
UsagePlanBindSecret(UsagePlanBindSecret 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 | 
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 UsagePlanBindSecret()
public UsagePlanBindSecret(UsagePlanBindSecret source)
public 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.