public class LookupAttribute extends AbstractModel
Constructor and Description |
---|
LookupAttribute() |
LookupAttribute(LookupAttribute 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 |
getAttributeKey()
Get AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAttributeValue()
Get AttributeValue的值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttributeKey(String AttributeKey)
Set AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttributeValue(String AttributeValue)
Set AttributeValue的值
注意:此字段可能返回 null,表示取不到有效值。
|
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 LookupAttribute()
public LookupAttribute(LookupAttribute source)
public String getAttributeKey()
public void setAttributeKey(String AttributeKey)
AttributeKey
- AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId
注意:此字段可能返回 null,表示取不到有效值。public String getAttributeValue()
public void setAttributeValue(String AttributeValue)
AttributeValue
- AttributeValue的值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.