public class KeyMetadata extends AbstractModel
header, skipSign
Constructor and Description |
---|
KeyMetadata() |
KeyMetadata(KeyMetadata 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 |
getAlias()
Get 作为密钥更容易辨识,更容易被人看懂的别名
|
String |
getKeyId()
Get CMK的全局唯一标识
|
void |
setAlias(String Alias)
Set 作为密钥更容易辨识,更容易被人看懂的别名
|
void |
setKeyId(String KeyId)
Set CMK的全局唯一标识
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public KeyMetadata()
public KeyMetadata(KeyMetadata source)
public String getAlias()
public void setAlias(String Alias)
Alias
- 作为密钥更容易辨识,更容易被人看懂的别名public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- CMK的全局唯一标识Copyright © 2024. All rights reserved.