public class UsagePlanBindSecretStatus extends AbstractModel
Constructor and Description |
---|
UsagePlanBindSecretStatus() |
UsagePlanBindSecretStatus(UsagePlanBindSecretStatus 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 |
---|---|
UsagePlanBindSecret[] |
getAccessKeyList()
Get List of key details.
|
Long |
getTotalCount()
Get Number of keys bound to usage plan.
|
void |
setAccessKeyList(UsagePlanBindSecret[] AccessKeyList)
Set List of key details.
|
void |
setTotalCount(Long TotalCount)
Set Number of keys bound to usage plan.
|
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 UsagePlanBindSecretStatus()
public UsagePlanBindSecretStatus(UsagePlanBindSecretStatus source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Number of keys bound to usage plan.
Note: this field may return null, indicating that no valid values can be obtained.public UsagePlanBindSecret[] getAccessKeyList()
public void setAccessKeyList(UsagePlanBindSecret[] AccessKeyList)
AccessKeyList
- List of key details.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.